From c99716bc2036efc74a46bdd76da5a9630ccd786b Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Mon, 16 Nov 2020 11:07:02 -0800 Subject: [PATCH] fix(argo): Volume indents. (#500) Signed-off-by: Vlad Losev --- charts/argo/Chart.yaml | 2 +- charts/argo/templates/server-deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index ceabe44b..6c46cbfe 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v2.11.7 description: A Helm chart for Argo Workflows name: argo -version: 0.13.3 +version: 0.13.4 icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm maintainers: diff --git a/charts/argo/templates/server-deployment.yaml b/charts/argo/templates/server-deployment.yaml index 6fc6aa45..bae59607 100644 --- a/charts/argo/templates/server-deployment.yaml +++ b/charts/argo/templates/server-deployment.yaml @@ -71,7 +71,7 @@ spec: - name: tmp mountPath: /tmp {{- with .Values.server.volumeMounts }} - {{- toYaml . | nindent 12}} + {{- toYaml . | nindent 10}} {{- end }} {{- with .Values.images.pullSecrets }} imagePullSecrets: @@ -81,7 +81,7 @@ spec: - name: tmp emptyDir: {} {{- with .Values.server.volumes }} - {{- toYaml . | nindent 8}} + {{- toYaml . | nindent 6}} {{- end }} {{- with .Values.server.nodeSelector }} nodeSelector: