Skip to content

Commit f095b4b

Browse files
authored
Merge pull request #29248 from sdghchj/patch-1
Correct wrongly written characters
2 parents f2de2a5 + f21e99e commit f095b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/reference/access-authn-authz/service-accounts-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ It acts synchronously to modify pods as they are created or updated. When this p
115115
1. 如果该 Pod 没有设置 `ServiceAccount`,将其 `ServiceAccount` 设为 `default`
116116
1. 保证 Pod 所引用的 `ServiceAccount` 确实存在,否则拒绝该 Pod。
117117
1. 如果服务账号的 `automountServiceAccountToken` 或 Pod 的
118-
`automountServiceAccountToken` 都为设置为 `false`,则为 Pod 创建一个
118+
`automountServiceAccountToken` 都未显示设置为 `false`,则为 Pod 创建一个
119119
`volume`,在其中包含用来访问 API 的令牌。
120120
1. 如果前一步中为服务账号令牌创建了卷,则为 Pod 中的每个容器添加一个
121121
`volumeSource`,挂载在其 `/var/run/secrets/kubernetes.io/serviceaccount`

0 commit comments

Comments
 (0)