From b6fea09720b24accdf3c87e5852c26655f6d22ab Mon Sep 17 00:00:00 2001 From: Vivian Ta <ta.vivian@gmail.com> Date: Fri, 29 Mar 2024 15:39:45 -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 51fc64dc..e75bf1f0 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 }} -- GitLab