From 5c6269c58b719e5c30368da0e3622db586deca87 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Thu, 12 Mar 2026 11:21:48 +0100 Subject: [PATCH] reduce sync noise --- apps/feedback-hub.yaml | 43 ------------------------------------------ apps/mcp10x.yaml | 1 - 2 files changed, 44 deletions(-) delete mode 100644 apps/feedback-hub.yaml diff --git a/apps/feedback-hub.yaml b/apps/feedback-hub.yaml deleted file mode 100644 index cc563ec..0000000 --- a/apps/feedback-hub.yaml +++ /dev/null @@ -1,43 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: feedback-hub - namespace: argocd - labels: - app.kubernetes.io/name: feedback-hub - app.kubernetes.io/part-of: apps - app.kubernetes.io/managed-by: argocd - annotations: - argocd.argoproj.io/sync-wave: "11" - notifications.argoproj.io/subscribe.on-sync-running.slack: "" - notifications.argoproj.io/subscribe.on-sync-succeeded.slack: "" - notifications.argoproj.io/subscribe.on-sync-failed.slack: "" - notifications.argoproj.io/subscribe.on-degraded.slack: "" - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - helm: - valueFiles: - - values.yaml - - values-prod.yaml - releaseName: feedback-hub - path: k8s/forte-feedback-hub - repoURL: https://github.com/fortedigital/purrfect-feedback-hub - targetRevision: feature/k8s - destination: - namespace: feedback-hub-dev - server: https://kubernetes.default.svc - syncPolicy: - automated: - prune: true - selfHeal: true - retry: - backoff: - duration: 5s - factor: 2 - maxDuration: 3m - limit: 5 - syncOptions: - - CreateNamespace=true diff --git a/apps/mcp10x.yaml b/apps/mcp10x.yaml index 2d0c95c..69a008a 100644 --- a/apps/mcp10x.yaml +++ b/apps/mcp10x.yaml @@ -5,7 +5,6 @@ metadata: namespace: argocd annotations: argocd.argoproj.io/sync-wave: "1" - notifications.argoproj.io/subscribe.on-sync-running.slack: "" notifications.argoproj.io/subscribe.on-sync-succeeded.slack: "" notifications.argoproj.io/subscribe.on-sync-failed.slack: "" notifications.argoproj.io/subscribe.on-degraded.slack: ""