github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/examples/helm-dependency-example/values.yaml (about)

     1  # This chart purposefully does not provide any values, to demonstrate how to test required values.
     2  # Note that the following two values must be specified if you wish to deploy this chart:
     3  
     4  # containerImageRepo is a string that describes the image repository to pull the container image from.
     5  # containerImageRepo: nginx
     6  
     7  # containerImageTag is a string that describes the image tag to use when pulling the container image.
     8  # containerImageTag: v1.15.4