fix(observability): 🐛 add prune + RespectIgnoreDifferences to o12y syncPolicy
Fix CRD bootstrap deadlock on victoria-metrics-k8s-stack ArgoCD app. Adds prune: true and RespectIgnoreDifferences=true to prevent sync failures when CRs are applied before CRDs are established.
This commit is contained in:
parent
9ed3ff50d2
commit
a52a6691a8
1 changed files with 2 additions and 0 deletions
|
|
@ -9,10 +9,12 @@ spec:
|
|||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- RespectIgnoreDifferences=true
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: observability
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue