Files
sova-deploy/argocd/apps/platform-tools.yaml
T
2026-06-04 15:09:48 +03:00

25 lines
535 B
YAML

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