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