fix(researchowl): notification annotations in the self-managed Application manifest

researchowl/argocd-app.yaml lives inside the app's own synced path, so it is
the source of truth: annotations applied only to the live object (or to the
argocd/ dump copy) get reverted by selfHeal.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 15:46:22 +00:00
co-authored by Claude Fable 5
parent 649c4ddd95
commit 0c061c1ee2
+3
View File
@@ -3,6 +3,9 @@ kind: Application
metadata: metadata:
name: researchowl name: researchowl
namespace: argocd namespace: argocd
annotations:
notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666"
notifications.argoproj.io/subscribe.on-health-degraded.telegram: "5138407666"
spec: spec:
project: default project: default
source: source: