This commit is contained in:
Danijel Simeunovic
2026-03-03 20:16:33 +01:00
parent 5d3f21170e
commit e7b80014c3
2 changed files with 0 additions and 120 deletions

View File

@@ -1,24 +0,0 @@
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