Merge pull request #1037 from essamhassan/1036_fix_mounts_typo_in_srv_inspect_pretty

use : instead of = in mounts service pretty inspect
This commit is contained in:
Vincent Demeester 2018-05-14 10:55:41 +02:00 committed by GitHub
commit d4ffd9bc71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: