Skip to content

Commit 03ca703

Browse files
authored
add automountserviceaccount to pod under test (#65)
1 parent 46bd197 commit 03ca703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-target/local-pod-under-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
test-network-function.com/defaultnetworkinterface: '"eth0"' # optional
2121
name: test
2222
spec:
23+
automountServiceAccountToken: false
2324
containers:
2425
- command: [ "/bin/bash", "-c", "echo 'logs' && tail -f /dev/null" ]
2526
image: quay.io/testnetworkfunction/cnf-test-partner:latest

0 commit comments

Comments
 (0)