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

     1  apiVersion: source.toolkit.fluxcd.io/v1
     2  kind: GitRepository
     3  metadata:
     4    name: podinfo
     5    namespace: default
     6    annotations:
     7      reconcile.fluxcd.io/requestedAt: 'By Argo CD at: 0001-01-01T00:00:00'
     8  spec:
     9    interval: 5m
    10    url: https://github.com/stefanprodan/podinfo
    11    ref:
    12      branch: master