Skip to content

Commit

Permalink
fix: incorrect ignoreDifferences setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 13, 2023
1 parent decb387 commit 731f457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chart/templates/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ spec:
maxDuration: 3m
revisionHistoryLimit: {{ $.Values.revisionLimit }}
{{- with $v.ignoreDifferences }}
{{ toYaml . | nindent 2 }}
ignoreDifferences:
{{ toYaml . | nindent 4 }}
{{- end }}
{{- end }}
---
Expand Down

0 comments on commit 731f457

Please sign in to comment.