Values file from parent chart not overwriting child chart #10397
Unanswered
SomniVertix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem:
I have two charts: one child chart that actually has the template yamls, and one parent / wrapper chart that just points to the nexus repository its in. Both the child and parent chart have values files.
Application.yaml:
Parent Chart.yaml:
Child Chart.yaml
When I look at argo, its still using the values.yaml from the child chart instead of overriding where the parent chart values.yaml says.
Beta Was this translation helpful? Give feedback.
All reactions