github.com/argoproj/argo-cd/v3@v3.2.1/applicationset/examples/git-generator-files-discovery/git-generator-files-fasttemplate.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: ApplicationSet 3 metadata: 4 name: guestbook 5 spec: 6 generators: 7 - git: 8 repoURL: https://github.com/argoproj/argo-cd.git 9 revision: HEAD 10 files: 11 - path: "applicationset/examples/git-generator-files-discovery/cluster-config/**/config.json" 12 template: 13 metadata: 14 name: '{{cluster.name}}-guestbook' 15 spec: 16 project: default 17 source: 18 repoURL: https://github.com/argoproj/argo-cd.git 19 targetRevision: HEAD 20 path: "applicationset/examples/git-generator-files-discovery/apps/guestbook" 21 destination: 22 server: https://kubernetes.default.svc 23 #server: '{{cluster.address}}' 24 namespace: guestbook