refactor: correct indentations

This commit is contained in:
Chi-En Wu
2020-04-23 11:39:06 +08:00
parent 98652addbc
commit 70530640c5

View File

@ -9,7 +9,7 @@ metadata:
spec:
{{- with $pod.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 4 }}
{{- end }}
serviceAccountName: {{ include "common.serviceAccountName" $top }}
securityContext: