Skip to content

Commit

Permalink
Merge pull request #7672 from xordspar0/fix-template
Browse files Browse the repository at this point in the history
Fix play_kube_test deployment template
  • Loading branch information
openshift-merge-robot authored Sep 17, 2020
2 parents cedbb05 + 7837afe commit 0ee332a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/e2e/play_kube_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0ee332a

Please sign in to comment.