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: Mounts:
{{- end }} {{- end }}
{{- range $mount := .ContainerMounts }} {{- range $mount := .ContainerMounts }}
Target = {{ $mount.Target }} Target: {{ $mount.Target }}
Source = {{ $mount.Source }} Source: {{ $mount.Source }}
ReadOnly = {{ $mount.ReadOnly }} ReadOnly: {{ $mount.ReadOnly }}
Type = {{ $mount.Type }} Type: {{ $mount.Type }}
{{- end -}} {{- end -}}
{{- if .Configs}} {{- if .Configs}}
Configs: Configs: