add namespace.yaml to base kustomization

This commit is contained in:
adelyaou 2025-11-18 14:07:23 +07:00
parent b6caa59bdf
commit 16f9b3daa2
2 changed files with 8 additions and 1 deletions

View File

@ -8,4 +8,5 @@ resources:
- networkpolicy-default.yaml - networkpolicy-default.yaml
- configmap.yaml - configmap.yaml
- secret.yaml - secret.yaml
- rbac.yaml - rbac.yaml
- namespace.yaml

6
base/namespace.yaml Normal file
View File

@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: intern-workspace
annotations:
argocd.argoproj.io/managed-by: argocd