bootstrap: Create the namespace manually

This commit is contained in:
2026-01-26 19:56:00 +05:30
parent 70e2794599
commit f20bf3ee29
3 changed files with 5 additions and 2 deletions
@@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- root-app.yaml
+4
View File
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: argocd
-2
View File
@@ -16,5 +16,3 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true