You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
646 B
24 lines
646 B
apiVersion: argoproj.io/v1alpha1
|
|
kind: ApplicationSet
|
|
metadata:
|
|
name: test-appset
|
|
namespace: argocd
|
|
spec:
|
|
generators:
|
|
- list:
|
|
elements:
|
|
- overlay: qa
|
|
gitRepo: git@github.com:evercast-chris/argocd-example-apps.git
|
|
appPath: overlays
|
|
appBranch: chore/overlays
|
|
cluster: test2
|
|
url: https://kubernetes.default.svc
|
|
- overlay: stage
|
|
gitRepo: git@github.com:evercast-chris/argocd-example-apps.git
|
|
appPath: overlays
|
|
appBranch: chore/overlays
|
|
cluster: test1
|
|
url: https://kubernetes.default.svc
|
|
template:
|
|
metadata:
|
|
name: 'test-{{cluster}}'
|
|
|