From 85ddd0d137deede0135f756bec2e25f6895f6bab Mon Sep 17 00:00:00 2001 From: Greg Schofield Date: Fri, 26 Nov 2021 21:54:01 -0400 Subject: [PATCH] Update volumes and volumes mounts indent (#966) Follow-up for #952 Signed-off-by: Gregory Schofield --- charts/actions-runner-controller/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/actions-runner-controller/templates/deployment.yaml b/charts/actions-runner-controller/templates/deployment.yaml index 6bce76c7..8d22ead6 100644 --- a/charts/actions-runner-controller/templates/deployment.yaml +++ b/charts/actions-runner-controller/templates/deployment.yaml @@ -115,7 +115,7 @@ spec: name: cert readOnly: true {{- if .Values.additionalVolumeMounts }} - {{- toYaml .Values.additionalVolumeMounts | nindent 10 }} + {{- toYaml .Values.additionalVolumeMounts | nindent 8 }} {{- end }} {{- if .Values.metrics.proxy.enabled }} - args: @@ -146,7 +146,7 @@ spec: - name: tmp emptyDir: {} {{- if .Values.additionalVolumes }} - {{- toYaml .Values.additionalVolumes | nindent 8}} + {{- toYaml .Values.additionalVolumes | nindent 6}} {{- end }} {{- with .Values.nodeSelector }} nodeSelector: