configure argocd to allow helm usage in kustomize

This commit is contained in:
Mans Ziesel 2024-10-25 19:58:28 +02:00
parent b05e51e572
commit 13d7f1904d

View File

@ -8,3 +8,4 @@ metadata:
name: argocd-cmd-params-cm name: argocd-cmd-params-cm
data: data:
server.insecure: "true" server.insecure: "true"
kustomize.buildOptions: "--enable-helm"