From 55d424ea570bfeb673844b1afeb8aa19ee1dbb06 Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Mon, 27 Sep 2021 11:43:23 +0200 Subject: [PATCH] Beautify indentation Signed-off-by: Marco Kilchhofer --- charts/argo-cd/templates/dex/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-cd/templates/dex/deployment.yaml b/charts/argo-cd/templates/dex/deployment.yaml index c2389e5f..0cd181f6 100755 --- a/charts/argo-cd/templates/dex/deployment.yaml +++ b/charts/argo-cd/templates/dex/deployment.yaml @@ -127,10 +127,10 @@ spec: {{- end }} {{- end }} serviceAccountName: {{ template "argo-cd.dexServiceAccountName" . }} -{{- with .Values.global.hostAliases }} + {{- with .Values.global.hostAliases }} hostAliases: -{{ toYaml . | indent 6 }} -{{- end }} + {{ toYaml . | indent 6 }} + {{- end }} volumes: - emptyDir: {} name: tmp-dir