From 86a7994bf86820d01bb1b247b14bf6c11bd2e9c8 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Tue, 3 Mar 2026 19:13:04 +0100 Subject: [PATCH] mcpcoder --- apps/mcpcoder.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/mcpcoder.yaml diff --git a/apps/mcpcoder.yaml b/apps/mcpcoder.yaml new file mode 100644 index 0000000..d2a42a1 --- /dev/null +++ b/apps/mcpcoder.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: mcpcoder + namespace: 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