Files
fleet-base-setup/08-cert-manager/fleet.yaml
T

30 lines
673 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": "/mutate"}
- apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
name: ert-manager-webhook
operations:
- {"op": "remove", "path": "/validate"}