File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 22
22
syncPolicy :
23
23
syncOptions :
24
24
- CreateNamespace=true
25
+ # https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#respect-ignore-difference-configs
26
+ # argocd must also ignore difference during apply stage
27
+ # otherwise it ll silently override changes and cause a problem
28
+ - RespectIgnoreDifferences=true
29
+ ignoreDifferences :
30
+ - group : " "
31
+ kind : Secret
32
+ name : victoria-metrics-victoria-metrics-operator-validation
33
+ namespace : victoria-metrics
34
+ jsonPointers :
35
+ - /data
36
+ - group : admissionregistration.k8s.io
37
+ kind : ValidatingWebhookConfiguration
38
+ name : victoria-metrics-victoria-metrics-operator-admission
39
+ jqPathExpressions :
40
+ - " .webhooks[]?.clientConfig.caBundle"
You can’t perform that action at this time.
0 commit comments