fix: move ca issuer

This commit is contained in:
Philip Haupt
2025-03-19 22:16:52 +01:00
parent 1e87a44079
commit 58721bd02a
51 changed files with 12 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
# argocd/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: cert-manager
repo: https://charts.jetstack.io
version: 1.17.0
releaseName: cert-manager
valuesFile: values.yaml
resources:
- ca.yaml
secretGenerator:
- name: ca-key-pair
files:
- ca-key/tls.crt
- ca-key/tls.key
type: "kubernetes.io/tls"