Skip to content
Snippets Groups Projects
Commit 6b5d2a5e authored by Matteo Di Carlo's avatar Matteo Di Carlo
Browse files

ST-1380 fix name

parent 2c67de75
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ spec:
{{- if or ($chart.Values.global.minikube) ($chart.Values.global.exposeAllDS) (.deviceserver.exposeDS) }}
enableLoadBalancer: true
{{- end }}
dsname: "{{ $deviceserver_name }}"
dsname: "{{ .deviceserver.name | toString }}"
databaseds: {{ $databaseds_name }}
image: "{{ tpl (.deviceserver.image.registry | toString) $chart }}/{{ tpl (.deviceserver.image.image | toString) $chart }}:{{ tpl (.deviceserver.image.tag | toString) $chart }}"
imagePullPolicy: {{ tpl (.deviceserver.image.pullPolicy | toString) $chart }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment