From 440b1ec375699d4cdc0cd8dc895959828b669a9c Mon Sep 17 00:00:00 2001 From: CaffeineTux Date: Sun, 16 Nov 2025 02:36:50 -0500 Subject: [PATCH] Fix Gotify provider to use generic webhook type Changed from unsupported 'gotify' type to 'generic' webhook. Gotify API token is embedded in the URL. --- bootstrap/notification-provider.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bootstrap/notification-provider.yaml b/bootstrap/notification-provider.yaml index 5511ff4..f1809a5 100644 --- a/bootstrap/notification-provider.yaml +++ b/bootstrap/notification-provider.yaml @@ -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