From 70530640c5367f271b3c92a9dd089aafbe02e64b Mon Sep 17 00:00:00 2001 From: Chi-En Wu Date: Thu, 23 Apr 2020 11:39:06 +0800 Subject: [PATCH] refactor: correct indentations --- templates/_pod.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_pod.tpl b/templates/_pod.tpl index 76fa0b2..12a048e 100644 --- a/templates/_pod.tpl +++ b/templates/_pod.tpl @@ -9,7 +9,7 @@ metadata: spec: {{- with $pod.imagePullSecrets }} imagePullSecrets: - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 4 }} {{- end }} serviceAccountName: {{ include "common.serviceAccountName" $top }} securityContext: