Skip to content

Commit d02d3df

Browse files
authored
Fix: quote PORT_RANGE_UPPER_BOUND value in node-daemonset.yaml (#1776)
1 parent 37bfaaf commit d02d3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/internal/shoot-system-components/charts/csi-driver-efs/templates/node-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
containerName: driver-efs-node
7070
resource: limits.memory
7171
- name: PORT_RANGE_UPPER_BOUND
72-
value: {{ .Values.resources.portRangeUpperBound }}
72+
value: {{ .Values.resources.portRangeUpperBound | quote }}
7373
volumeMounts:
7474
- name: kubelet-dir
7575
mountPath: {{ .Values.node.kubeletPath }}

0 commit comments

Comments
 (0)