Run go fmt

This commit is contained in:
James Munnelly 2018-06-26 01:24:41 +01:00
parent 8d69e1e811
commit bbb65baa38

View File

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