Browse Source

chore: adding the rest of the applicaitonset for base

pull/115/head
Christopher Quiles 4 years ago
parent
commit
4e16bb1a7c
  1. 14
      base-apps/applicationset.yaml

14
base-apps/applicationset.yaml

@ -23,4 +23,16 @@ spec:
url: https://kubernetes.default.svc
template:
metadata:
name: 'demo-{{cluster}}'
name: 'demo-{{cluster}}'
spec:
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
source:
repoURL: '{{gitRepo}}'
targetRevision: '{{appBranch}}'
path: '{{appPath}}/{{overlay}}'
destination:
server: '{{url}}'

Loading…
Cancel
Save