Files

30 lines
676 B
YAML

kind: Bundle
metadata:
name: cert-manager
defaultNamespace: cert-manager
helm:
chart: cert-manager
version: "1.20.2"
releaseName: cert-manager
repo: https://charts.jetstack.io
values:
config:
enableGatewayAPI: true
crds:
enabled: true
diff:
comparePatches:
- apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
name: cert-manager-webhook
operations:
- {"op": "remove", "path": "/webhooks"}
- apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
name: cert-manager-webhook
operations:
- {"op": "remove", "path": "/webhooks"}