github.com/terraform-modules-krish/terratest@v0.29.0/examples/helm-basic-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