21 lines
372 B
YAML
21 lines
372 B
YAML
|
|
---
|
||
|
|
apiVersion: v1
|
||
|
|
kind: Secret
|
||
|
|
metadata:
|
||
|
|
name: notify-token
|
||
|
|
namespace: flux-system
|
||
|
|
type: Opaque
|
||
|
|
stringData:
|
||
|
|
token: "APMvTuncQJmm6vd"
|
||
|
|
---
|
||
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||
|
|
kind: Provider
|
||
|
|
metadata:
|
||
|
|
name: neon-vortex-notify
|
||
|
|
namespace: flux-system
|
||
|
|
spec:
|
||
|
|
type: generic
|
||
|
|
address: https://notify.caffeinetux.com
|
||
|
|
secretRef:
|
||
|
|
name: notify-token
|