feat(notesnook): manage secret via SealedSecret

Secrets are now committed encrypted (sealed-secrets v0.38.4) instead of
hand-applied out-of-band, closing the config-DR gap the backups intentionally
don't cover. Existing Secret adopted via the managed annotation (values verified
unchanged). Controller private key backed up GPG-encrypted off-cluster.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex
2026-07-16 09:21:35 -07:00
parent 4b801e3444
commit 07654cd135
4 changed files with 50 additions and 26 deletions
+1
View File
@@ -4,6 +4,7 @@ namespace: notesnook
resources:
- namespace.yaml
- notesnook-config.yaml
- notesnook-sealedsecret.yaml
- db-service.yaml
- db-statefulset.yaml
- db-init-job.yaml