From f43d6c22279b39be45f5cc58d687df2c12f242f5 Mon Sep 17 00:00:00 2001
From: Vivian Ta <ta.vivian@gmail.com>
Date: Fri, 29 Mar 2024 15:40:48 -0700
Subject: [PATCH] fix: SWI-11761 fix indentation for helperpod resources

---
 deploy/chart/local-path-provisioner/templates/configmap.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/chart/local-path-provisioner/templates/configmap.yaml b/deploy/chart/local-path-provisioner/templates/configmap.yaml
index e75bf1f0..8a18fca7 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 }}
 
-- 
GitLab