mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 09:18:26 +00:00
Fix invalid ignoreDifferences config example (#1437)
This commit is contained in:
parent
3c4b42de75
commit
56cd8fcc95
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ data:
|
|||
resource.customizations: |
|
||||
admissionregistration.k8s.io/MutatingWebhookConfiguration:
|
||||
# List of json pointers in the object to ignore differences
|
||||
ignoreDifferences:
|
||||
ignoreDifferences: |
|
||||
jsonPointers:
|
||||
- webhooks/0/clientConfig/caBundle
|
||||
certmanager.k8s.io/Certificate:
|
||||
|
|
|
|||
Loading…
Reference in a new issue