From 0c061c1ee2473f69d2c8acf1fa79fd213870f27b Mon Sep 17 00:00:00 2001 From: chemavx Date: Fri, 12 Jun 2026 15:46:22 +0000 Subject: [PATCH] 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 --- researchowl/argocd-app.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/researchowl/argocd-app.yaml b/researchowl/argocd-app.yaml index 42b9018..52197b2 100644 --- a/researchowl/argocd-app.yaml +++ b/researchowl/argocd-app.yaml @@ -3,6 +3,9 @@ kind: Application metadata: name: researchowl namespace: argocd + annotations: + notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666" + notifications.argoproj.io/subscribe.on-health-degraded.telegram: "5138407666" spec: project: default source: