From 4c66a2c2ce6ed8c9dff76f8e32c4f442d4b3109c Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sun, 5 Jun 2022 19:21:53 +0200 Subject: [PATCH] Prep clean deploy --- Charts/argo-cd/values.yaml | 2 +- apps/templates/applications.yaml | 21 --------------------- apps/templates/argo-cd.yaml | 20 -------------------- apps/templates/ci.yaml | 21 --------------------- apps/templates/traefik.yaml | 24 ------------------------ 5 files changed, 1 insertion(+), 87 deletions(-) delete mode 100644 apps/templates/applications.yaml delete mode 100644 apps/templates/argo-cd.yaml delete mode 100644 apps/templates/ci.yaml delete mode 100644 apps/templates/traefik.yaml diff --git a/Charts/argo-cd/values.yaml b/Charts/argo-cd/values.yaml index 3ffc877..c84ebaa 100644 --- a/Charts/argo-cd/values.yaml +++ b/Charts/argo-cd/values.yaml @@ -11,7 +11,7 @@ argo-cd: - --insecure config: accounts.roxedus: apiKey, login - accounts.admin.enabled: "false" + #accounts.admin.enabled: "false" repositories: | - type: helm name: argo-cd diff --git a/apps/templates/applications.yaml b/apps/templates/applications.yaml deleted file mode 100644 index 77e3929..0000000 --- a/apps/templates/applications.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: applications - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - server: https://kubernetes.default.svc - namespace: default - project: default - source: - path: Deployments/ - repoURL: https://git.roxedus.dev/Roxedus/Argo.git - targetRevision: HEAD - directory: - recurse: true - syncPolicy: - automated: - prune: true - selfHeal: true \ No newline at end of file diff --git a/apps/templates/argo-cd.yaml b/apps/templates/argo-cd.yaml deleted file mode 100644 index 309c9f7..0000000 --- a/apps/templates/argo-cd.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argo-cd - namespace: default - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - server: https://kubernetes.default.svc - namespace: default - project: default - source: - path: Charts/argo-cd - repoURL: https://git.roxedus.dev/Roxedus/Argo.git - targetRevision: HEAD - syncPolicy: - automated: - prune: true - selfHeal: true diff --git a/apps/templates/ci.yaml b/apps/templates/ci.yaml deleted file mode 100644 index 6b1c2a4..0000000 --- a/apps/templates/ci.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: ci - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - server: https://kubernetes.default.svc - namespace: default - project: default - source: - path: CI/ - repoURL: https://git.roxedus.dev/Roxedus/Argo.git - targetRevision: HEAD - directory: - recurse: true - syncPolicy: - automated: - prune: true - selfHeal: true \ No newline at end of file diff --git a/apps/templates/traefik.yaml b/apps/templates/traefik.yaml deleted file mode 100644 index c6aac74..0000000 --- a/apps/templates/traefik.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: traefik - namespace: default - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - server: https://kubernetes.default.svc - namespace: default - project: default - source: - path: Charts/traefik - repoURL: https://git.roxedus.dev/Roxedus/Argo.git - targetRevision: HEAD - helm: - version: v3 - valueFiles: - - values.yaml - syncPolicy: - automated: - prune: true - selfHeal: true