argocd needs namespace, prunes kube-system otherwise

This commit is contained in:
2024-04-10 09:29:06 +02:00
parent 93b1597d23
commit 0d1e59ec45
2 changed files with 5 additions and 0 deletions
infrastructure/07-cert-manager

@ -7,6 +7,7 @@ resources:
- dns-issuer.yaml
- https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.crds.yaml
- ionos-secret-sealed.yaml
- namespace.yaml
helmCharts:
- name: cert-manager

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager