diff --git a/deploy/chart/local-path-provisioner/templates/configmap.yaml b/deploy/chart/local-path-provisioner/templates/configmap.yaml
index e75bf1f0ef33f2aecfbf8688af942fc4ef54ed14..8a18fca7ee5bdec8fb4640a5b5c53778e3c67bdf 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 10 }}
+          resources:
+            {{- toYaml .Values.helperPod.resources | nindent 10 }}