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
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: