fix(argocd-apps): move ignoreApplicationDifferences block up a level (#2471)

Signed-off-by: imranismail <hey@imranismail.dev>
This commit is contained in:
Imran Ismail 2024-02-02 22:37:27 +13:00 committed by GitHub
parent 8b98cf177a
commit dc738a111b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -26,11 +26,11 @@ spec:
generators:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .strategy }}
{{- with .ignoreApplicationDifferences }}
ignoreApplicationDifferences:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .strategy }}
strategy:
{{- toYaml . | nindent 4 }}
{{- end }}