helm variable subsitituion issue
Open
- Dominant language
- No language data
- Stars
- 495
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
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 }}"
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.