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

ST-1380 evil toString 2

parent e3bc1493
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ spec: ...@@ -54,7 +54,7 @@ spec:
mountPath: {{ .mountPath }} mountPath: {{ .mountPath }}
readOnly: {{ (hasKey . "readOnly" | ternary .readOnly true) }}{{/* https://github.com/helm/helm/issues/3308 */}} readOnly: {{ (hasKey . "readOnly" | ternary .readOnly true) }}{{/* https://github.com/helm/helm/issues/3308 */}}
{{- end }} {{- end }}
dsname: "{{ $deviceserver_name }}" dsname: "{{ $deviceserver.server.name }}"
config: | config: |
{ {
"servers": { "servers": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment