From f5f45dd1480065a95abf0f214625b57d1de36693 Mon Sep 17 00:00:00 2001 From: Deniz Erdogan Date: Tue, 30 Jul 2024 12:33:14 +0200 Subject: [PATCH] add helm debug flag --- charts/argocd-config/templates/applications.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/argocd-config/templates/applications.yaml b/charts/argocd-config/templates/applications.yaml index 488724a24..d8addf9c3 100644 --- a/charts/argocd-config/templates/applications.yaml +++ b/charts/argocd-config/templates/applications.yaml @@ -11,6 +11,9 @@ spec: repoURL: {{ .Values.repoUrls.main }} targetRevision: de/argo-apps-ui # debug! needs to be set to HEAD helm: + parameters: + - name: helm.debug + value: "true" values: | {{ toYaml .Values | indent 8 }} syncPolicy: