DEV-941 added mobene worker for old stage
parent
f02dad2b31
commit
a3e0a6c71c
@ -0,0 +1,23 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: old-mobene-cusqa
|
||||
namespace: argo-cd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://prodnso-gitea-01.smardigo.digital/argocd/mobene-helm.git'
|
||||
path: config/default
|
||||
targetRevision: main
|
||||
helm:
|
||||
valueFiles:
|
||||
- cusqa/values.yaml
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: cus-mobene-cusqa
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: prodnso
|
||||
name: old-mobene-cusprod
|
||||
namespace: argo-cd
|
||||
spec:
|
||||
project: default
|
||||
Loading…
Reference in New Issue