Compare commits

..

2 Commits

Author SHA1 Message Date
adelyaou 9423f01854 Merge branch 'dev' of https://git.winteraccess.id/adel/Employee-manifest into dev 2025-11-18 14:16:35 +07:00
adelyaou 16f9b3daa2 add namespace.yaml to base kustomization 2025-11-18 14:07:23 +07:00
2 changed files with 8 additions and 1 deletions

View File

@ -9,3 +9,4 @@ resources:
- 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