From bbb65baa3832a1ccf507b4774fc600ae39bbe3b0 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Tue, 26 Jun 2018 01:24:41 +0100 Subject: [PATCH] Run go fmt --- pkg/issuer/acme/http/pod.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/issuer/acme/http/pod.go b/pkg/issuer/acme/http/pod.go index 9ddbaad7a..561ac5ebb 100644 --- a/pkg/issuer/acme/http/pod.go +++ b/pkg/issuer/acme/http/pod.go @@ -110,9 +110,9 @@ func (s *Solver) buildPod(crt *v1alpha1.Certificate, ch v1alpha1.ACMEOrderChalle podLabels := podLabels(ch) return &corev1.Pod{ ObjectMeta: metav1.ObjectMeta{ - GenerateName: "cm-acme-http-solver-", - Namespace: crt.Namespace, - Labels: podLabels, + GenerateName: "cm-acme-http-solver-", + Namespace: crt.Namespace, + Labels: podLabels, Annotations: map[string]string{ "sidecar.istio.io/inject": "false", },