use : instead of = in mounts service pretty inspect

Signed-off-by: Essam A. Hassan <es.hassan187@gmail.com>
This commit is contained in:
Essam A. Hassan 2018-05-03 20:16:08 +02:00
parent 0ff5f52051
commit 7285241681
1 changed files with 4 additions and 4 deletions

View File

@ -92,10 +92,10 @@ ContainerSpec:
Mounts:
{{- end }}
{{- range $mount := .ContainerMounts }}
Target = {{ $mount.Target }}
Source = {{ $mount.Source }}
ReadOnly = {{ $mount.ReadOnly }}
Type = {{ $mount.Type }}
Target: {{ $mount.Target }}
Source: {{ $mount.Source }}
ReadOnly: {{ $mount.ReadOnly }}
Type: {{ $mount.Type }}
{{- end -}}
{{- if .Configs}}
Configs: