Some checks failed
Build and Push to Harbor / build-and-push (push) Has been cancelled
- Use /message endpoint with form data instead of JSON - Update notification provider to use correct Gotify URL - Fix priority levels for different notification types - Test notifications should now work properly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
366 B
YAML
19 lines
366 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: notify-token
|
|
namespace: flux-system
|
|
type: Opaque
|
|
stringData:
|
|
token: "APMvTuncQJmm6vd"
|
|
---
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
|
kind: Provider
|
|
metadata:
|
|
name: neon-vortex-notify
|
|
namespace: flux-system
|
|
spec:
|
|
type: generic
|
|
address: https://notify.caffeinetux.com/message?token=APMvTuncQJmm6vd
|