Run go fmt
This commit is contained in:
parent
8d69e1e811
commit
bbb65baa38
@ -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",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user