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
commit 0ee332a9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

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: