From b1f01a6ff82fdbf8d80ad49331b5237044afb216 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Wed, 4 Mar 2026 12:25:50 +0100 Subject: [PATCH] mcpcoder --- apps/mcpcoder.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 apps/mcpcoder.yaml diff --git a/apps/mcpcoder.yaml b/apps/mcpcoder.yaml new file mode 100644 index 0000000..209d2b4 --- /dev/null +++ b/apps/mcpcoder.yaml @@ -0,0 +1,30 @@ +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: "" +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