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:
commit
d4ffd9bc71
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user