From 64050fbff83479ae03411a89a6ad7f513199b3eb Mon Sep 17 00:00:00 2001 From: Vivian Ta <ta.vivian@gmail.com> Date: Fri, 29 Mar 2024 15:52:23 -0700 Subject: [PATCH] fix: SWI-11761 fix indentation yet again --- .../local-path-provisioner/templates/configmap.yaml | 2 +- deploy/chart/local-path-provisioner/values.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/chart/local-path-provisioner/templates/configmap.yaml b/deploy/chart/local-path-provisioner/templates/configmap.yaml index 8a18fca7..2d3b259e 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 e65e039e..259ae35d 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 -- GitLab