github.com/argoproj/argo-cd/v2@v2.10.9/applicationset/examples/scm-provider-generator/scm-provider-example-fasttemplate.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: ApplicationSet
     3  metadata:
     4    name: guestbook
     5  spec:
     6    generators:
     7    - scmProvider:
     8        github:
     9          organization: argoproj
    10        cloneProtocol: https
    11        filters:
    12        - repositoryMatch: example-apps
    13    template:
    14      metadata:
    15        name: '{{ repository }}-guestbook'
    16      spec:
    17        project: "default"
    18        source:
    19          repoURL: '{{ url }}'
    20          targetRevision: '{{ branch }}'
    21          path: guestbook
    22        destination:
    23          server: https://kubernetes.default.svc
    24          namespace: guestbook