Files
homelab/k8s/core/cert-manager/kustomization.yaml
ab d0ab5c4774
All checks were successful
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 8s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 19s
Update k8s/core/cert-manager/kustomization.yaml
2026-03-15 12:14:28 +00:00

19 lines
354 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- external-secrets.yaml
- issuer.yaml
- self-signed.yaml
helmCharts:
- name: cert-manager
repo: https://charts.jetstack.io
version: 1.20.0
releaseName: cert-manager
namespace: cert-manager
valuesFile: values.yaml
includeCRDs: true