Fix Gotify provider to use generic webhook type
Changed from unsupported 'gotify' type to 'generic' webhook. Gotify API token is embedded in the URL.
This commit is contained in:
@@ -4,10 +4,8 @@ metadata:
|
|||||||
name: gotify
|
name: gotify
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
type: gotify
|
type: generic
|
||||||
address: http://gotify.gotify.svc.cluster.local
|
address: http://gotify.gotify.svc.cluster.local/message?token=APMvTuncQJmm6vd
|
||||||
secretRef:
|
|
||||||
name: gotify-token
|
|
||||||
---
|
---
|
||||||
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
kind: Alert
|
kind: Alert
|
||||||
|
|||||||
Reference in New Issue
Block a user