issues/27: ArgoCD tracks prod branch; test apps use test branch
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -7,7 +7,7 @@ spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
|
||||
targetRevision: main
|
||||
targetRevision: prod
|
||||
path: argocd/apps
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
||||
@@ -7,7 +7,7 @@ spec:
|
||||
project: sova
|
||||
source:
|
||||
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
|
||||
targetRevision: main
|
||||
targetRevision: prod
|
||||
path: apps/redmine
|
||||
helm:
|
||||
valueFiles:
|
||||
|
||||
@@ -7,7 +7,7 @@ spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
|
||||
targetRevision: main
|
||||
targetRevision: prod
|
||||
path: argocd/projects
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
project: sova
|
||||
source:
|
||||
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-mocks.git
|
||||
targetRevision: main
|
||||
targetRevision: prod
|
||||
path: charts/mocks
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
||||
Reference in New Issue
Block a user