From ca0a15d22331898a512f87b9ebdd7f09fb063196 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 4 Jun 2022 16:00:24 +0200 Subject: [PATCH] ci --- apps/templates/ci.yaml | 19 +++++++++++++++++++ 1 file changed, 19 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..f492cc3 --- /dev/null +++ b/apps/templates/ci.yaml @@ -0,0 +1,19 @@ +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 + syncPolicy: + automated: + prune: true + selfHeal: true \ No newline at end of file