Files
k8s-manifests/researchowl/argocd-app.yaml
T
chemavxandClaude Fable 5 0c061c1ee2 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>
2026-06-12 15:46:22 +00:00

24 lines
616 B
YAML

apiVersion: argoproj.io/v1alpha1
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:
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
targetRevision: HEAD
path: researchowl
destination:
server: https://kubernetes.default.svc
namespace: researchowl
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true