Files
Alex 07654cd135 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>
2026-07-16 09:21:35 -07:00

21 lines
443 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: notesnook
namespace: argocd
spec:
project: default
source:
repoURL: https://git.aleshym.co/funman300/k3s-homelab.git
targetRevision: main
path: apps/notesnook
destination:
server: https://kubernetes.default.svc
namespace: notesnook
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true