Replies: 2 comments 2 replies
-
I've raised it in slack already https://cloud-native.slack.com/archives/C01TSERG0KZ/p1708704412830939 but no response received, hence bringing up here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Noticing this issue as well with https://github.com/newrelic/helm-charts/tree/master/charts/nri-bundle |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Argo App to deploy an app and pass in values file to a chart that has default values.yaml. The below doesn't work and it won't pick the values from the key
airflow
Application.yaml
values.yaml
However if I move the above valueFile to parameters, the values are overridden and the chart deploys as expected.
I'm running argocd v2.8.9. Did I miss something here or is this a bug?
Just running
helm template . --values values.yaml
renders the chart properly. Not sure why argo wouldn't render the chart as expected using valueFilesBeta Was this translation helpful? Give feedback.
All reactions