From c04f524d34dd8becde3ec5eb7f581d791c472791 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 14 Jun 2021 13:55:27 +0700 Subject: [PATCH] Add app template --- apps/resources/template.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apps/resources/template.yaml diff --git a/apps/resources/template.yaml b/apps/resources/template.yaml new file mode 100644 index 00000000..4412dcb4 --- /dev/null +++ b/apps/resources/template.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: TODO +spec: + destination: + name: in-cluster + namespace: TODO + server: '' + source: + path: '' + repoURL: 'TODO' + targetRevision: TODO + chart: TODO + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true