github.com/argoproj/argo-cd/v3@v3.2.1/applicationset/examples/cluster/cluster-example.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: ApplicationSet
     3  metadata:
     4    name: guestbook
     5  spec:
     6    goTemplate: true
     7    goTemplateOptions: ["missingkey=error"]
     8    generators:
     9    - clusters: {}
    10    template:
    11      metadata:
    12        name: '{{.name}}-guestbook'
    13      spec:
    14        project: "default"
    15        source:
    16          repoURL: https://github.com/argoproj/argocd-example-apps/
    17          targetRevision: HEAD
    18          path: guestbook
    19        destination:
    20          server: '{{.server}}'
    21          namespace: guestbook