You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
391 B
YAML
18 lines
391 B
YAML
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
|