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: