mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Fix documentation on diffing customization (#1285)
This commit is contained in:
parent
dab3b688f0
commit
c33acf749c
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ of a `MutatingWebhookConfiguration` webhooks:
|
|||
data:
|
||||
resource.customizations: |
|
||||
admissionregistration.k8s.io/MutatingWebhookConfiguration:
|
||||
ignoreDifferences:
|
||||
ignoreDifferences: |
|
||||
jsonPointers:
|
||||
- webhooks/0/clientConfig/caBundle
|
||||
- /webhooks/0/clientConfig/caBundle
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue