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", },