From 7837afe1656efe7e079a8b353393e1020a7384b6 Mon Sep 17 00:00:00 2001 From: Jordan Christiansen Date: Thu, 17 Sep 2020 09:59:37 -0500 Subject: 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 --- test/e2e/play_kube_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/e2e/play_kube_test.go b/test/e2e/play_kube_test.go index 87de92357..f58862ab2 100644 --- a/test/e2e/play_kube_test.go +++ b/test/e2e/play_kube_test.go @@ -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: -- cgit v1.2.3-54-g00ecf