feat: add ignore diff patches for cert-manager webhook configurations to fleet.yaml
This commit is contained in:
@@ -15,3 +15,16 @@ helm:
|
||||
enableGatewayAPI: true
|
||||
crds:
|
||||
enabled: true
|
||||
|
||||
diff:
|
||||
comparePatches:
|
||||
- apiVersion: admissionregistration.k8s.io/v1
|
||||
kind: MutatingWebhookConfiguration
|
||||
name: cert-manager-webhook
|
||||
operations:
|
||||
- {"op": "remove", "path": "/mutate"}
|
||||
- apiVersion: admissionregistration.k8s.io/v1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
name: ert-manager-webhook
|
||||
operations:
|
||||
- {"op": "remove", "path": "/validate"}
|
||||
Reference in New Issue
Block a user