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

     1  apiVersion: notification.toolkit.fluxcd.io/v1
     2  kind: Receiver
     3  metadata:
     4    name: github-receiver
     5    namespace: flux-system
     6  spec:
     7    type: github
     8    events:
     9      - "ping"
    10      - "push"
    11    secretRef:
    12      name: receiver-token
    13    resources:
    14      - apiVersion: source.toolkit.fluxcd.io/v1
    15        kind: GitRepository
    16        name: flux-system
    17  status:
    18    conditions:
    19      - lastTransitionTime: "2024-07-16T12:00:00Z"
    20        message: Reconciliation in progress
    21        observedGeneration: 1
    22        reason: ProgressingWithRetry
    23        status: "True"
    24        type: Reconciling
    25      - lastTransitionTime: "2024-07-16T12:00:00Z"
    26        message: 'unable to read token from secret ''flux-system/receiver-token'' error:
    27          secrets "receiver-token" not found'
    28        observedGeneration: 1
    29        reason: TokenNotFound
    30        status: "False"
    31        type: Ready