This commit is contained in:
Danijel Simeunovic
2026-03-03 19:13:04 +01:00
parent fa8b6dc0de
commit 86a7994bf8

24
apps/mcpcoder.yaml Normal file
View File

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