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: