Files
local-k8s/kind/namespaces.yaml
T
argoyle 2bdfd2658b 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.
2025-06-29 13:01:41 +02:00

15 lines
199 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: external-secrets
---
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager
---
apiVersion: v1
kind: Namespace
metadata:
name: ingress-nginx