Skip to content

Commit 36bd261

Browse files
authored
Merge pull request #29773 from mengjiao-liu/fix-bound-sa-timeout-zh
[zh] fix expiration of bound SA tokens
2 parents 39dcd0c + 93c957e commit 36bd261

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
@@ -143,7 +143,7 @@ ServiceAccount 准入控制器将添加如下投射卷,而不是为令牌控
143143
defaultMode: 420 # 0644
144144
sources:
145145
- serviceAccountToken:
146-
expirationSeconds: 3600
146+
expirationSeconds: 3607
147147
path: token
148148
- configMap:
149149
items:

0 commit comments

Comments
 (0)