From 443f744de966aeb96e99256d3048df6bc06602f2 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Wed, 1 Jun 2022 00:22:55 +0200 Subject: [PATCH] add root app --- apps/templates/root.yaml | 19 +++++++++++++++++++ apps/values.yaml | 0 2 files changed, 19 insertions(+) create mode 100644 apps/templates/root.yaml create mode 100644 apps/values.yaml diff --git a/apps/templates/root.yaml b/apps/templates/root.yaml new file mode 100644 index 0000000..7f5be36 --- /dev/null +++ b/apps/templates/root.yaml @@ -0,0 +1,19 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: root + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + server: https://kubernetes.default.svc + namespace: default + project: default + source: + path: apps/ + repoURL: https://git.roxedus.dev/Roxedus/Argo.git + targetRevision: HEAD + syncPolicy: + automated: + prune: true + selfHeal: true diff --git a/apps/values.yaml b/apps/values.yaml new file mode 100644 index 0000000..e69de29