Skip to content

ArgoCD Application silently ignores when duplicate helm values are used for the same helm chart in the same Argo App #19195

Discussion options

You must be logged in to vote

shouldn't helm lint under the hood have reported error for duplication?

No, helm lint will never see the duplicated key. Any duplicated keys are lost after Argo-CD parses the string using json.Unmarshal.

See

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jayganesh-asu
Comment options

Answer selected by jayganesh-asu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants