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: spec:
{{- with $pod.imagePullSecrets }} {{- with $pod.imagePullSecrets }}
imagePullSecrets: imagePullSecrets:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 4 }}
{{- end }} {{- end }}
serviceAccountName: {{ include "common.serviceAccountName" $top }} serviceAccountName: {{ include "common.serviceAccountName" $top }}
securityContext: securityContext: