issues/27: test contour adminpanel cabinet Redmine fixes

This commit is contained in:
Valery Petrov
2026-05-29 20:06:46 +03:00
parent 0edd6d44a8
commit ea2e9d6054
11 changed files with 134 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
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: main
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