github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/notification.toolkit.fluxcd.io/Receiver/testdata/healthy.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: Helm install succeeded for release flux-system/github-receiver.v1 with
    21        chart podinfo@6.5.4
    22      observedGeneration: 2
    23      reason: InstallSucceeded
    24      status: "True"
    25      type: Ready
    26    - lastTransitionTime: "2024-07-16T12:00:00Z"
    27      message: Helm install succeeded for release flux-system/github-receiver.v1 with
    28        chart podinfo@6.5.4
    29      observedGeneration: 1
    30      reason: InstallSucceeded
    31      status: "True"
    32      type: Released