Skip to content

Commit 5aed64c

Browse files
authored
Bug: add quote to k8s-service-port (#405)
1 parent 8b111d1 commit 5aed64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/chart/templates/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ spec:
188188
{{- end }}
189189
{{- if .Values.k8sServicePort }}
190190
- name: KUBERNETES_SERVICE_PORT
191-
value: {{ .Values.k8sServicePort }}
191+
value: {{ .Values.k8sServicePort | quote }}
192192
{{- end }}
193193
- name: LINODE_API_TOKEN
194194
valueFrom:

0 commit comments

Comments
 (0)