refactor: correct indentations
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user