Skip to content

Commit

Permalink
Add enableServiceLink to test pod definition
Browse files Browse the repository at this point in the history
  • Loading branch information
schrodit committed Jun 12, 2023
1 parent c955988 commit 32362fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/issuer/acme/http/pod_test.go
Expand Up @@ -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",
},
Expand Down

0 comments on commit 32362fe

Please sign in to comment.