This commit is contained in:
Danijel Simeunovic
2026-03-04 12:25:50 +01:00
parent cc2ed9e91a
commit b1f01a6ff8

30
apps/mcpcoder.yaml Normal file
View File

@@ -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