mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Fix play_kube_test deployment template
Annotations were at the wrong indentation, making them a part of the labels map. Signed-off-by: Jordan Christiansen <xordspar0@gmail.com>
This commit is contained in:
@ -158,12 +158,12 @@ spec:
|
|||||||
{{- with .Labels }}{{ range $key, $value := . }}
|
{{- with .Labels }}{{ range $key, $value := . }}
|
||||||
{{ $key }}: {{ $value }}
|
{{ $key }}: {{ $value }}
|
||||||
{{- end }}{{ end }}
|
{{- end }}{{ end }}
|
||||||
{{ with .Annotations }}
|
{{- with .Annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{ range $key, $value := . }}
|
{{- range $key, $value := . }}
|
||||||
{{ $key }}: {{ $value }}
|
{{ $key }}: {{ $value }}
|
||||||
{{ end }}
|
{{- end }}
|
||||||
{{ end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
hostname: {{ .Hostname }}
|
hostname: {{ .Hostname }}
|
||||||
containers:
|
containers:
|
||||||
|
Reference in New Issue
Block a user