helm / community

Helm community content
https://helm.sh
421 stars 179 forks source link

helm variable subsitituion issue #313

Open chandraramawells opened 1 year ago

chandraramawells commented 1 year ago

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 }}" }

gjenkins8 commented 10 months ago

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