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:
CaffeineTux
2025-11-16 02:36:50 -05:00
parent 64be88c9fe
commit 440b1ec375

View File

@@ -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