Fix documentation on diffing customization (#1285)

This commit is contained in:
Yann Soubeyrand 2019-03-18 21:20:44 +01:00 committed by Alexander Matyushentsev
parent dab3b688f0
commit c33acf749c

View file

@ -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
```