feat: add ignore diff patches for cert-manager webhook configurations to fleet.yaml
This commit is contained in:
@@ -14,4 +14,17 @@ helm:
|
|||||||
config:
|
config:
|
||||||
enableGatewayAPI: true
|
enableGatewayAPI: true
|
||||||
crds:
|
crds:
|
||||||
enabled: true
|
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