Skip to content

Commit 7d72605

Browse files
Move automountServiceAccountToken flag to pod level (#982)
1 parent e830d7d commit 7d72605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmark/tools/CL2-benchmark/statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ spec:
2121
# needs to be set for the DNS label to be based on pod name rather than its IP address
2222
# https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#stable-network-id
2323
serviceName: headless-service-0
24-
automountServiceAccountToken: false
2524
template:
2625
metadata:
2726
labels:
@@ -33,6 +32,7 @@ spec:
3332
priorityClassName: {{$PriorityClass}}
3433
nodeSelector:
3534
worker-node-pool: "true"
35+
automountServiceAccountToken: false
3636
containers:
3737
- env:
3838
- name: ENV_VAR

0 commit comments

Comments
 (0)