feat: update kustomization to include new namespaces and charts

Removes deprecated resources and adds new namespaces for 
external-secrets, cert-manager, and ingress-nginx. Updates 
kustomization to include helm charts for cert-manager and 
ingress-nginx with the latest versions, ensuring better 
resource management and improved deployment consistency.
This commit is contained in:
2025-06-29 13:01:41 +02:00
parent aa5a07c698
commit 2bdfd2658b
3 changed files with 31 additions and 7 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Namespace
metadata:
name: external-secrets
---
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager
---
apiVersion: v1
kind: Namespace
metadata:
name: ingress-nginx