From b606fb90e87ae6218d05b838112d93a68428573c Mon Sep 17 00:00:00 2001 From: Roxedus Date: Fri, 3 Jun 2022 21:12:57 +0200 Subject: [PATCH] restart --- apps/templates/root.yaml | 2 ++ apps/templates/argo-cd.yaml => argo-cd.yaml | 2 -- apps/templates/prometheus.yaml => prometheus.yaml | 0 apps/templates/traefik.yaml => traefik.yaml | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename apps/templates/argo-cd.yaml => argo-cd.yaml (90%) rename apps/templates/prometheus.yaml => prometheus.yaml (100%) rename apps/templates/traefik.yaml => traefik.yaml (100%) 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