Skip to content

Commit

Permalink
add helm debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Jul 30, 2024
1 parent 55fdda9 commit f5f45dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/argocd-config/templates/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f5f45dd

Please sign in to comment.