getting error "multiple application sources defined: Helm,Plugin" while using Kustomize plugin with Argo-CD #11700
Closed
2 tasks done
Labels
bug
Something isn't working
Checklist:
argocd version
.Describe the bug
I want to use kustomize with helm chart for some additional patching in chart, one way I found is to config- management plugin ,which need to be defined in Argo-CD cm.
ArgoCD-CM
-- Here is my appset file where I am using the
kustomized-helm
pluginI wanted to use custom values file for different env, but I am not able to defined it with environment variable for the customized plugin option , so I tried to use default helm section to define valuesfiles, but getting error:
It seems that it is not allowing to use
helm
section if you are using configuration pluginTo Reproduce
argocd-cm.yaml
Expected behavior
It should allow to use helm section also in appset for passing custom values file
Screenshots
Version
Argo-CD Version -->
Paste the output from `argocd version` here. v2.5.1+504da42
The text was updated successfully, but these errors were encountered: