Skip to content

Commit 0ad09c3

Browse files
committed
fix expiration of bound SA tokens
Signed-off-by: Sergiusz Urbaniak <[email protected]>
1 parent b56a0db commit 0ad09c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The ServiceAccount admission controller will add the following projected volume
7272
defaultMode: 420 # 0644
7373
sources:
7474
- serviceAccountToken:
75-
expirationSeconds: 3600
75+
expirationSeconds: 3607
7676
path: token
7777
- configMap:
7878
items:

0 commit comments

Comments
 (0)