style: normalize indentations for list items
This commit is contained in:
@ -20,7 +20,7 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml $pod.podSecurityContext | nindent 4 }}
|
{{- toYaml $pod.podSecurityContext | nindent 4 }}
|
||||||
containers:
|
containers:
|
||||||
- {{- include "common.container" (list $top $pod) | nindent 6 }}
|
- {{- include "common.container" (list $top $pod) | nindent 4 }}
|
||||||
{{- with $pod.nodeSelector }}
|
{{- with $pod.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
|
Reference in New Issue
Block a user