We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e830d7d commit 7d72605Copy full SHA for 7d72605
benchmarks/benchmark/tools/CL2-benchmark/statefulset.yaml
@@ -21,7 +21,6 @@ spec:
21
# needs to be set for the DNS label to be based on pod name rather than its IP address
22
# https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#stable-network-id
23
serviceName: headless-service-0
24
- automountServiceAccountToken: false
25
template:
26
metadata:
27
labels:
@@ -33,6 +32,7 @@ spec:
33
32
priorityClassName: {{$PriorityClass}}
34
nodeSelector:
35
worker-node-pool: "true"
+ automountServiceAccountToken: false
36
containers:
37
- env:
38
- name: ENV_VAR
0 commit comments