Added cert-manager

This commit is contained in:
Ultradesu
2025-04-06 00:37:15 +01:00
parent 69e01aaa92
commit a7cf18563d
5 changed files with 78 additions and 51 deletions

View File

@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- external-secrets.yaml
- issuer.yaml
helmCharts:
- name: cert-manager
repo: https://charts.jetstack.io
version: 1.17.1
releaseName: cert-manager
namespace: cert-manager
valuesFile: values.yaml
includeCRDs: true