diff --git a/deploy/chart/local-path-provisioner/templates/configmap.yaml b/deploy/chart/local-path-provisioner/templates/configmap.yaml index 51fc64dc5e57730ee868f50cffc167b2b240bcde..e75bf1f0ef33f2aecfbf8688af942fc4ef54ed14 100644 --- a/deploy/chart/local-path-provisioner/templates/configmap.yaml +++ b/deploy/chart/local-path-provisioner/templates/configmap.yaml @@ -52,6 +52,6 @@ data: image: {{ .Values.helperImage.repository }}:{{ .Values.helperImage.tag }} {{- end }} imagePullPolicy: {{ .Values.image.pullPolicy }} - resources: - {{- toYaml .Values.helperPod.resources | nindent 8 }} + resources: + {{- toYaml .Values.helperPod.resources | nindent 10 }}