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}}'