Skip to content

Commit 7402213

Browse files
authored
charts: add quotes (#538)
* charts: add quotes
1 parent 18efd45 commit 7402213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/k8s/orchestrator-chart/templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
- name: URL
4949
value: {{ $root.Values.url }}
5050
- name: DOMAIN_ID
51-
value: {{ $root.Values.domainId }}
51+
value: {{ $root.Values.domainId | quote }}
5252
{{- if $root.Values.computePoolId }}
5353
- name: COMPUTE_POOL_ID
54-
value: {{ $root.Values.computePoolId }}
54+
value: {{ $root.Values.computePoolId | quote }}
5555
{{- end }}
5656
{{- range $key, $value := $root.Values.env }}
5757
- name: {{ $key }}

0 commit comments

Comments
 (0)