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

     1  apiVersion: notification.toolkit.fluxcd.io/v1
     2  kind: Receiver
     3  metadata:
     4    name: github-receiver
     5    namespace: flux-system
     6    annotations:
     7      reconcile.fluxcd.io/requestedAt: 'By Argo CD at: 0001-01-01T00:00:00'
     8  spec:
     9    type: github
    10    events:
    11      - "ping"
    12      - "push"
    13    secretRef:
    14      name: receiver-token
    15    resources:
    16      - apiVersion: source.toolkit.fluxcd.io/v1
    17        kind: GitRepository
    18        name: flux-system