Skip to content

Commit

Permalink
try ternary operator for self heal
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Aug 2, 2024
1 parent f3acfd4 commit 215ac70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/argocd-apps/templates/wbaas-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ spec:

syncPolicy:
automated:
selfHeal: false
selfHeal: {{ (ternary "false" "true" (eq .Values.Environment "local")) }}
prune: true

0 comments on commit 215ac70

Please sign in to comment.