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