From d19138931dd2157f9c87d293c9bb1bb61223feb1 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 2 Jul 2022 21:56:31 +0200 Subject: [PATCH] Apps --- apps/templates/applications.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 apps/templates/applications.yaml diff --git a/apps/templates/applications.yaml b/apps/templates/applications.yaml new file mode 100644 index 0000000..1aa3af0 --- /dev/null +++ b/apps/templates/applications.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: applications + namespace: argo-cd + 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