Merge pull request #7672 from xordspar0/fix-template

Fix play_kube_test deployment template
This commit is contained in:
OpenShift Merge Robot
2020-09-17 14:17:59 -04:00
committed by GitHub

View File

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