chore: remove redmine-test from ArgoCD (SKIP_REDMINE=1)

This commit is contained in:
sova-ci
2026-06-09 16:13:32 +03:00
parent 558f955af0
commit 3c30b86826
7 changed files with 98 additions and 2 deletions
-24
View File
@@ -1,24 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: redmine-test
namespace: argocd
spec:
project: sova
source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: prod
path: apps/redmine
helm:
valueFiles:
- values.yaml
- values-test.yaml
destination:
server: https://kubernetes.default.svc
namespace: redmine
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true