Skip to content

Commit f747b03

Browse files
Update deploy/chart/templates/daemonset.yaml
Co-authored-by: Ashley Dumaine <[email protected]>
1 parent 0078b6b commit f747b03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/chart/templates/daemonset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ spec:
185185
{{- if .Values.k8sServiceHost }}
186186
- name: KUBERNETES_SERVICE_HOST
187187
value: {{ .Values.k8sServiceHost }}
188+
{{- end }}
189+
{{- if .Values.k8sServicePort }}
188190
- name: KUBERNETES_SERVICE_PORT
189191
value: {{ .Values.k8sServicePort }}
190192
{{- end }}

0 commit comments

Comments
 (0)