Skip to content

Commit 8cfa13c

Browse files
committed
test: disable AutomountServiceAccountToken in e2e test
1 parent a7ee165 commit 8cfa13c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/e2e/testsuites/testsuites.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,9 @@ func NewTestPod(c clientset.Interface, ns *v1.Namespace, command string) *TestPo
438438
VolumeMounts: make([]v1.VolumeMount, 0),
439439
},
440440
},
441-
RestartPolicy: v1.RestartPolicyNever,
442-
Volumes: make([]v1.Volume, 0),
441+
RestartPolicy: v1.RestartPolicyNever,
442+
Volumes: make([]v1.Volume, 0),
443+
AutomountServiceAccountToken: to.BoolPtr(false),
443444
},
444445
},
445446
}

0 commit comments

Comments
 (0)