Add Flux bootstrap and Gotify notifications

- Added SOPS-encrypted Gotify API token
- Created Gotify notification provider for Flux alerts
- Added bootstrap Kustomization for notifications
- Updated .sops.yaml to handle bootstrap directory
- Configured alerts for all GitRepository, Kustomization, and HelmRelease events
This commit is contained in:
CaffeineTux
2025-11-16 02:34:11 -05:00
parent 61b9134c36
commit 5e0b770d45
5 changed files with 88 additions and 0 deletions

View File

@@ -1,4 +1,9 @@
creation_rules:
# Bootstrap secrets
- path_regex: bootstrap/.*\.yaml$
encrypted_regex: ^(data|stringData|password|token|apiKey|secret|key)$
age: age1c7ke5ajhtzua7lrvzsg2p7krnnqv5jhvafh4lsl2s022j46jggnss4rxry
# Default rule for all encrypted files
- path_regex: .*\.enc\.yaml$
encrypted_regex: ^(data|stringData|password|token|apiKey|secret|key)$