Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm variable subsitituion issue #313

Open
chandraramawells opened this issue Aug 25, 2023 · 1 comment
Open

helm variable subsitituion issue #313

chandraramawells opened this issue Aug 25, 2023 · 1 comment

Comments

@chandraramawells
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants