From 2afbb9559c497775f7dcbe190faf2a3cba57ba8f Mon Sep 17 00:00:00 2001 From: chemavx Date: Fri, 12 Jun 2026 15:50:21 +0000 Subject: [PATCH] chore(argocd): drop non-authoritative researchowl Application dump The real manifest is researchowl/argocd-app.yaml, self-managed inside the app's own synced path; edits to this copy get silently reverted by selfHeal. Co-Authored-By: Claude Fable 5 --- argocd/application-researchowl.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 argocd/application-researchowl.yaml diff --git a/argocd/application-researchowl.yaml b/argocd/application-researchowl.yaml deleted file mode 100644 index 053f8a5..0000000 --- a/argocd/application-researchowl.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: researchowl - namespace: argocd - annotations: - argocd.argoproj.io/tracking-id: researchowl:argoproj.io/Application:argocd/researchowl - notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666" - notifications.argoproj.io/subscribe.on-health-degraded.telegram: "5138407666" -spec: - destination: - namespace: researchowl - server: https://kubernetes.default.svc - project: default - source: - path: researchowl - repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests - targetRevision: HEAD - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true