fix: add ignoreDifferences for secrets in ArgoCD apps, fix warehouse strategy and Kargo auth annotations

This commit is contained in:
Celes Renata
2026-04-19 20:27:31 +00:00
parent 014ffa2fd2
commit dbd9e74784
3 changed files with 24 additions and 0 deletions
+8
View File
@@ -24,3 +24,11 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- RespectIgnoreDifferences=true
ignoreDifferences:
- group: ""
kind: Secret
jsonPointers:
- /data
- /stringData
+8
View File
@@ -24,3 +24,11 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- RespectIgnoreDifferences=true
ignoreDifferences:
- group: ""
kind: Secret
jsonPointers:
- /data
- /stringData
+8
View File
@@ -24,3 +24,11 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- RespectIgnoreDifferences=true
ignoreDifferences:
- group: ""
kind: Secret
jsonPointers:
- /data
- /stringData