DEV-932: changed yaml, bugfix
parent
ac62e6d39f
commit
b0cacc3917
@ -1,17 +1,23 @@
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://prodnso-gitea-01.smardigo.digital/argocd/mobene-helm.git'
|
||||
path: config/default
|
||||
targetRevision: main
|
||||
helm:
|
||||
valueFiles:
|
||||
- cusprod/values.yaml
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: cus-mobene-cusprod
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: prodnso
|
||||
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:
|
||||
- cusprod/values.yaml
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: cus-mobene-cusprod
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
Loading…
Reference in New Issue