mirror of
https://github.com/containers/podman.git
synced 2026-07-27 07:27:09 -04:00
Merge pull request #7672 from xordspar0/fix-template
Fix play_kube_test deployment template
This commit is contained in:
@@ -158,12 +158,12 @@ spec:
|
||||
{{- with .Labels }}{{ range $key, $value := . }}
|
||||
{{ $key }}: {{ $value }}
|
||||
{{- end }}{{ end }}
|
||||
{{ with .Annotations }}
|
||||
annotations:
|
||||
{{ range $key, $value := . }}
|
||||
{{ $key }}: {{ $value }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{- with .Annotations }}
|
||||
annotations:
|
||||
{{- range $key, $value := . }}
|
||||
{{ $key }}: {{ $value }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
spec:
|
||||
hostname: {{ .Hostname }}
|
||||
containers:
|
||||
|
||||
Reference in New Issue
Block a user