community icon indicating copy to clipboard operation
community copied to clipboard

helm variable subsitituion issue

Open chandraramawells opened this issue 2 years ago • 1 comments

when we deploy a microservice using helm charts containing deployment, services, hpa.. some of the variables in the values.yaml are not getting substituted resulting in failed applications. As an example even though we have project values assigned in values.yaml. we are getting the below error .

helm upgrade --install testuser . --values values-dev.yaml

values-dev.yaml project: xyz-pqr-abc-def

metadata { key: "consumer" value: "projects/{{ .Values.project }}" }

chandraramawells avatar Aug 25 '23 05:08 chandraramawells

Issues regarding Helm usage are best posted over on the helm software repo https://github.com/helm/helm. Please repost there. Thanks!

gjenkins8 avatar Jan 19 '24 06:01 gjenkins8