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
|
||||
namespace: flux-system
|
||||
spec:
|
||||
type: gotify
|
||||
address: http://gotify.gotify.svc.cluster.local
|
||||
secretRef:
|
||||
name: gotify-token
|
||||
type: generic
|
||||
address: http://gotify.gotify.svc.cluster.local/message?token=APMvTuncQJmm6vd
|
||||
---
|
||||
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||
kind: Alert
|
||||
|
||||
Reference in New Issue
Block a user