github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/image.toolkit.fluxcd.io/ImageUpdateAutomation/testdata/degraded.yaml (about)

     1  apiVersion: image.toolkit.fluxcd.io/v1beta2
     2  kind: ImageUpdateAutomation
     3  metadata:
     4    name: podinfo-update
     5    namespace: default
     6  spec:
     7    interval: 30m
     8    sourceRef:
     9      kind: GitRepository
    10      name: podinfo
    11    git:
    12      commit:
    13        author:
    14          email: fluxcdbot@users.noreply.github.com
    15          name: fluxcdbot
    16      push:
    17        branch: main
    18    update:
    19      path: ./
    20  status:
    21    conditions:
    22      - lastTransitionTime: "2024-07-16T12:00:00Z"
    23        message: 'walking path for files: lstat /tmp/deploy:
    24          no such file or directory'
    25        reason: ReconciliationFailed
    26        status: "False"
    27        type: Ready