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

     1  apiVersion: notification.toolkit.fluxcd.io/v1beta3
     2  kind: Provider
     3  metadata:
     4    name: slack-bot
     5    namespace: flagger-system
     6  spec:
     7    type: slack
     8    channel: general
     9    address: https://slack.com/api/chat.postMessage
    10    secretRef:
    11      name: slack-bot-token
    12    suspend: true