diff --git a/apps/templates/root.yaml b/apps/templates/root.yaml index 7f5be36..f9ba89f 100644 --- a/apps/templates/root.yaml +++ b/apps/templates/root.yaml @@ -17,3 +17,5 @@ spec: automated: prune: true selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file diff --git a/apps/templates/argo-cd.yaml b/argo-cd.yaml similarity index 90% rename from apps/templates/argo-cd.yaml rename to argo-cd.yaml index f28be31..8c1836d 100644 --- a/apps/templates/argo-cd.yaml +++ b/argo-cd.yaml @@ -18,5 +18,3 @@ spec: automated: prune: true selfHeal: true - syncOptions: - - CreateNamespace=true \ No newline at end of file diff --git a/apps/templates/prometheus.yaml b/prometheus.yaml similarity index 100% rename from apps/templates/prometheus.yaml rename to prometheus.yaml diff --git a/apps/templates/traefik.yaml b/traefik.yaml similarity index 100% rename from apps/templates/traefik.yaml rename to traefik.yaml