argocd needs namespace, prunes kube-system otherwise
This commit is contained in:
@ -7,6 +7,7 @@ resources:
|
|||||||
- dns-issuer.yaml
|
- dns-issuer.yaml
|
||||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.crds.yaml
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.crds.yaml
|
||||||
- ionos-secret-sealed.yaml
|
- ionos-secret-sealed.yaml
|
||||||
|
- namespace.yaml
|
||||||
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: cert-manager
|
- 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
|
Reference in New Issue
Block a user