Skip to content

Commit 7bc8d8c

Browse files
jimmidysondkoshkin
andauthored
fixup! fix: Use correct setting in kubelet config patch
Co-authored-by: Dimitri Koshkin <[email protected]>
1 parent f22160a commit 7bc8d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handlers/generic/mutation/parallelimagepulls/embedded/kubeletconfigpatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ apiVersion: kubelet.config.k8s.io/v1beta1
33
kind: KubeletConfiguration
44
serializeImagePulls: false
55
{{- if gt .MaxParallelImagePullsPerNode 0 }}
6-
maxParallelImagePullsPerNode: {{ .MaxParallelImagePullsPerNode }}
6+
maxParallelImagePulls: {{ .MaxParallelImagePullsPerNode }}
77
{{- end }}

0 commit comments

Comments
 (0)