diff --git a/deploy/chart/local-path-provisioner/templates/configmap.yaml b/deploy/chart/local-path-provisioner/templates/configmap.yaml
index 8a18fca7ee5bdec8fb4640a5b5c53778e3c67bdf..2d3b259ee1d32ebd9672f5aa84c44ca3fbd4fc5c 100644
--- a/deploy/chart/local-path-provisioner/templates/configmap.yaml
+++ b/deploy/chart/local-path-provisioner/templates/configmap.yaml
@@ -53,5 +53,5 @@ data:
           {{- end }}
           imagePullPolicy: {{ .Values.image.pullPolicy }}
           resources:
-            {{- toYaml .Values.helperPod.resources | nindent 10 }}
+            {{- toYaml .Values.helperPod.resources | nindent 12 }}
 
diff --git a/deploy/chart/local-path-provisioner/values.yaml b/deploy/chart/local-path-provisioner/values.yaml
index e65e039e98ec7c0640c16456b6805a552f23eb62..259ae35dc2a91b2ed74cf5c562708489d0e8ef1b 100644
--- a/deploy/chart/local-path-provisioner/values.yaml
+++ b/deploy/chart/local-path-provisioner/values.yaml
@@ -118,12 +118,12 @@ resources: {}
 
 helperPod:
   resources: {}
-  # limits:
-  #   cpu: 100m
-  #   memory: 128Mi
-  # requests:
-  #   cpu: 100m
-  #   memory: 128Mi
+    # limits:
+    #   cpu: 100m
+    #   memory: 128Mi
+    # requests:
+    #   cpu: 100m
+    #   memory: 128Mi
 
 rbac:
   # Specifies whether RBAC resources should be created