github.com/argoproj/argo-cd/v3@v3.2.1/applicationset/examples/cluster/cluster-example-fasttemplate.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: ApplicationSet 3 metadata: 4 name: guestbook 5 spec: 6 generators: 7 - clusters: {} 8 template: 9 metadata: 10 name: '{{name}}-guestbook' 11 spec: 12 project: "default" 13 source: 14 repoURL: https://github.com/argoproj/argocd-example-apps/ 15 targetRevision: HEAD 16 path: guestbook 17 destination: 18 server: '{{server}}' 19 namespace: guestbook