From 5fea499987749262f9ad64cc1107f8e6926efad3 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Wed, 1 Jun 2022 00:27:41 +0200 Subject: [PATCH] hmm --- apps/templates/argo-cd.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apps/templates/argo-cd.yaml diff --git a/apps/templates/argo-cd.yaml b/apps/templates/argo-cd.yaml new file mode 100644 index 0000000..9accb34 --- /dev/null +++ b/apps/templates/argo-cd.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: argo-cd + namespace: argo-cd.yaml + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + server: https://kubernetes.default.svc + namespace: argo-cd.yaml + project: default + source: + path: Charts/argo-cd + repoURL: https://git.roxedus.dev/Roxedus/Argo.git + targetRevision: HEAD + syncPolicy: + automated: + prune: true + selfHeal: true