Skip to content

Commit

Permalink
Add RespectIgnoreDifferences, remove ignore argocd fields
Browse files Browse the repository at this point in the history
  • Loading branch information
spyder007 committed Jan 12, 2024
1 parent 7f6fe52 commit 8fc7f1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions applicationSets/monitor-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ spec:
server: https://kubernetes.default.svc
namespace: 'monitoring'
ignoreDifferences:
- group: "*"
kind: "*"
managedFieldsManagers:
- argocd-controller
# - group: "*"
# kind: "*"
# managedFieldsManagers:
# - argocd-controller
- group: "*"
kind: "StatefulSet"
jsonPointers:
Expand All @@ -45,7 +45,7 @@ spec:
# automated:
# prune: true
# selfHeal: true
# syncOptions:
# - RespectIgnoreDifferences=true
syncOptions:
- RespectIgnoreDifferences=true


0 comments on commit 8fc7f1d

Please sign in to comment.