github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/source.toolkit.fluxcd.io/GitRepository/actions/testdata/suspended_gitrepository.yaml (about)

     1  apiVersion: source.toolkit.fluxcd.io/v1
     2  kind: GitRepository
     3  metadata:
     4    name: podinfo
     5    namespace: default
     6  spec:
     7    interval: 5m
     8    url: https://github.com/stefanprodan/podinfo
     9    ref:
    10      branch: master
    11    suspend: true