argocd needs namespace, prunes kube-system otherwise
This commit is contained in:
parent
93b1597d23
commit
0d1e59ec45
@ -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
|
||||
|
4
infrastructure/07-cert-manager/namespace.yaml
Normal file
4
infrastructure/07-cert-manager/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
Loading…
x
Reference in New Issue
Block a user