12 lines
249 B
YAML
12 lines
249 B
YAML
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
|
kind: Provider
|
|
metadata:
|
|
name: telegram
|
|
namespace: flux-system
|
|
spec:
|
|
type: telegram
|
|
# TODO: Would be nice if this was not hard coded
|
|
channel: "-4748034121"
|
|
secretRef:
|
|
name: telegram
|