feat: cert-manager

This commit is contained in:
Philip Haupt
2025-03-16 00:08:10 +01:00
parent b2c53d2181
commit d97900f559
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# argocd/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
helmCharts:
- name: cert-manager
repo: https://charts.jetstack.io
version: 1.17.0
releaseName: cert-manager
namespace: cert-manager
valuesFile: values.yaml

5
certmanager/ns.yaml Normal file
View File

@@ -0,0 +1,5 @@
# ns.yaml
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager

5
certmanager/values.yaml Normal file
View File

@@ -0,0 +1,5 @@
crds:
enabled: true
extraArgs:
- --enable-gateway-api