apps/cert-manager/kustomization.yaml
Peter cbbc3a912f
Some checks failed
Renovate / renovate (push) Has been cancelled
chore(deps): update helm release cert-manager to v1.15.1
2024-06-26 18:46:38 +00:00

20 lines
No EOL
485 B
YAML

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
- resources/secret.yaml
helmCharts:
- name: cert-manager
repo: https://charts.jetstack.io
version: "v1.15.1"
releaseName: cert-manager
namespace: kube-system
valuesFile: config/values.cert-manager.yaml
apiVersions:
- "cert-manager.io/v1"