diff --git a/pkg/issuer/acme/http/pod_test.go b/pkg/issuer/acme/http/pod_test.go index 9bab7b8ca8a..5c1b524c86f 100644 --- a/pkg/issuer/acme/http/pod_test.go +++ b/pkg/issuer/acme/http/pod_test.go @@ -77,6 +77,7 @@ func TestEnsurePod(t *testing.T) { }, Spec: corev1.PodSpec{ AutomountServiceAccountToken: pointer.Bool(false), + EnableServiceLinks: pointer.Bool(false), NodeSelector: map[string]string{ "kubernetes.io/os": "linux", },