12 lines
250 B
YAML
12 lines
250 B
YAML
---
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
|
kind: Provider
|
|
metadata:
|
|
name: slack-bot
|
|
namespace: flux-system
|
|
spec:
|
|
type: slack
|
|
channel: general
|
|
address: https://slack.com/api/chat.postMessage
|
|
secretRef:
|
|
name: slack-bot-token |