github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/notification.toolkit.fluxcd.io/Receiver/actions/testdata/suspended_receiver.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 suspend: true 14 resources: 15 - apiVersion: source.toolkit.fluxcd.io/v1 16 kind: GitRepository 17 name: flux-system