1
0
mirror of synced 2026-03-31 05:54:20 +00:00
Files
flux2/cmd/flux/testdata/export/provider.yaml
2022-12-21 17:14:18 +02:00

13 lines
243 B
YAML

---
apiVersion: notification.toolkit.fluxcd.io/v1beta2
kind: Provider
metadata:
name: slack
namespace: {{ .fluxns }}
spec:
address: https://hooks.slack.com/services/mock
channel: A channel with spacess
interval: 10m0s
type: slack