Browse Source

chore: adding the rest of the applicaitonset for base

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

12
base-apps/applicationset.yaml

@ -24,3 +24,15 @@ spec:
template:
metadata:
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