github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/source.toolkit.fluxcd.io/GitRepository/testdata/degraded.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-faulty
     9    ref:
    10      branch: master
    11  status:
    12    conditions:
    13      - lastTransitionTime: "2024-07-16T12:00:00Z"
    14        message: 'processing object: new generation 1 -> 2'
    15        observedGeneration: 2
    16        reason: ProgressingWithRetry
    17        status: "True"
    18        type: Reconciling
    19      - lastTransitionTime: "2024-07-16T12:00:00Z"
    20        message: 'failed to checkout and determine revision: unable to list remote for
    21          ''https://github.com/stefanprodan/podinfo-faulty'': authentication required'
    22        observedGeneration: 2
    23        reason: GitOperationFailed
    24        status: "False"
    25        type: Ready
    26      - lastTransitionTime: "2024-07-16T12:00:00Z"
    27        message: 'failed to checkout and determine revision: unable to list remote for
    28          ''https://github.com/stefanprodan/podinfo-faulty'': authentication required'
    29        observedGeneration: 2
    30        reason: GitOperationFailed
    31        status: "True"
    32        type: FetchFailed
    33      - lastTransitionTime: "2024-07-16T12:00:00Z"
    34        message: stored artifact for revision 'master@sha1:08238eada746de8114efa36d36e2aa93bd76cfab'
    35        observedGeneration: 1
    36        reason: Succeeded
    37        status: "True"
    38        type: ArtifactInStorage