Skip to content

Commit 8e5060b

Browse files
authored
Opt out to mount service account token (#1219)
1 parent 6c982f3 commit 8e5060b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/macvlan-pod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ spec:
5454
image: dougbtv/centos-network
5555
ports:
5656
- containerPort: 80
57+
automountServiceAccountToken: false

examples/sriov-pod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ spec:
4545
limits:
4646
intel.com/sriov: '1'
4747
restartPolicy: "Never"
48+
automountServiceAccountToken: false

0 commit comments

Comments
 (0)