From 449bf19c100e45e4af044f92354a6b422ead89b7 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Wed, 4 Mar 2026 13:26:48 +0100 Subject: [PATCH] ns --- apps/mcpcoder.yaml | 44 ++++++++++++++++++++++++++++++++++++++ infra/enterprise-apps.yaml | 3 +++ 2 files changed, 47 insertions(+) create mode 100644 apps/mcpcoder.yaml diff --git a/apps/mcpcoder.yaml b/apps/mcpcoder.yaml new file mode 100644 index 0000000..4c9718a --- /dev/null +++ b/apps/mcpcoder.yaml @@ -0,0 +1,44 @@ +--- +# Namespace must be created first (sync-wave: -1) +apiVersion: v1 +kind: Namespace +metadata: + name: mcpcoder + annotations: + argocd.argoproj.io/sync-wave: "-1" +--- + +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: mcpcoder + 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: "" + labels: + app.kubernetes.io/name: mcpcoder + app.kubernetes.io/part-of: apps + app.kubernetes.io/managed-by: argocd +spec: + project: default + source: + repoURL: https://github.com/snothub/skillz.git + targetRevision: main + path: helm/mcpcoder + helm: + valueFiles: + - values.yaml + - values-prod.yaml + destination: + server: https://kubernetes.default.svc + namespace: mcpcoder + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true diff --git a/infra/enterprise-apps.yaml b/infra/enterprise-apps.yaml index 245aa7f..6898266 100644 --- a/infra/enterprise-apps.yaml +++ b/infra/enterprise-apps.yaml @@ -5,9 +5,12 @@ metadata: namespace: argocd annotations: argocd.argoproj.io/sync-wave: "10" + notifications.argoproj.io/subscribe.on-sync-failed.slack: "" + notifications.argoproj.io/subscribe.on-degraded.slack: "" labels: app.kubernetes.io/name: enterprise-apps app.kubernetes.io/part-of: enterprise + app.kubernetes.io/managed-by: argocd spec: project: default source: