From 959dc07d1bbafcaaf851d0f25bfe7136b1dad7c6 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Thu, 10 Nov 2022 17:05:13 +0100 Subject: [PATCH] DEV-633 Added bootstrap app for mobene deployment --- clusterspecifics/apps/mobene_deployment.yaml | 17 +++++++++++++++++ clusterspecifics/kustomization.yaml | 3 ++- templates/application_clusterspecifics.yaml | 1 - 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 clusterspecifics/apps/mobene_deployment.yaml diff --git a/clusterspecifics/apps/mobene_deployment.yaml b/clusterspecifics/apps/mobene_deployment.yaml new file mode 100644 index 0000000..fe7f71e --- /dev/null +++ b/clusterspecifics/apps/mobene_deployment.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: mobene-deployment + namespace: argo-cd +spec: + destination: + server: https://kubernetes.default.svc + project: mobene + source: + repoURL: https://prodnso-gitea-01.smardigo.digital/argocd/prodwork01-mobene-deployment + targetRevision: main + + syncPolicy: + automated: + prune: true + selfHeal: true diff --git a/clusterspecifics/kustomization.yaml b/clusterspecifics/kustomization.yaml index f592de6..6753e4d 100644 --- a/clusterspecifics/kustomization.yaml +++ b/clusterspecifics/kustomization.yaml @@ -1,3 +1,4 @@ bases: - namespaces -- appprojects +- appprojects +- apps diff --git a/templates/application_clusterspecifics.yaml b/templates/application_clusterspecifics.yaml index 7ef469e..c85372a 100644 --- a/templates/application_clusterspecifics.yaml +++ b/templates/application_clusterspecifics.yaml @@ -8,7 +8,6 @@ spec: server: https://kubernetes.default.svc project: infrastructure source: - path: clusterspecifics repoURL: https://prodnso-gitea-01.smardigo.digital/argocd/prodwork01-argocd targetRevision: main