Skip to content

Commit 014f246

Browse files
authored
Merge pull request #29762 from s-urbaniak/fix-bound-sa-timeout
fix expiration of bound SA tokens
2 parents 101d58d + 0ad09c3 commit 014f246

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)