From 4e16bb1a7cb641c2640969095be481eaea0491f2 Mon Sep 17 00:00:00 2001 From: Christopher Quiles Date: Tue, 21 Dec 2021 09:46:42 -0800 Subject: [PATCH] chore: adding the rest of the applicaitonset for base --- base-apps/applicationset.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/base-apps/applicationset.yaml b/base-apps/applicationset.yaml index ca6144f..0e40388 100644 --- a/base-apps/applicationset.yaml +++ b/base-apps/applicationset.yaml @@ -23,4 +23,16 @@ spec: url: https://kubernetes.default.svc template: metadata: - name: 'demo-{{cluster}}' \ No newline at end of file + name: 'demo-{{cluster}}' + spec: + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + source: + repoURL: '{{gitRepo}}' + targetRevision: '{{appBranch}}' + path: '{{appPath}}/{{overlay}}' + destination: + server: '{{url}}'