apps/cert-manager/kustomization.yaml

20 lines
485 B
YAML
Raw Normal View History

2024-02-14 20:45:58 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
resources:
- crds/cert-manager.crds.yaml
- resources/letsencrypt-staging.yaml
- resources/letsencrypt-production.yaml
2024-04-17 19:06:59 +00:00
- resources/secret.yaml
2024-02-14 20:45:58 +00:00
helmCharts:
- name: cert-manager
repo: https://charts.jetstack.io
version: "v1.14.5"
2024-02-14 20:45:58 +00:00
releaseName: cert-manager
namespace: kube-system
valuesFile: config/values.cert-manager.yaml
apiVersions:
2024-04-17 19:06:59 +00:00
- "cert-manager.io/v1"