infra/k8s/operators/cert-manager/kustomization.yaml

14 lines
357 B
YAML
Raw Permalink Normal View History

2024-06-16 07:40:02 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# namespace: cert-manager
resources:
2024-08-13 19:42:13 +00:00
- https://github.com/cert-manager/cert-manager/releases/download/v1.15.2/cert-manager.yaml
2024-06-16 07:40:02 +00:00
- pdns-hook.yaml
- letsencrypt.yaml
- selfsigned.yaml
patches:
- path: controller-patches.yaml
target:
kind: Deployment
name: cert-manager