Merge pull request #29762 from s-urbaniak/fix-bound-sa-timeout

fix expiration of bound SA tokens
pull/29773/head
Kubernetes Prow Robot 2021-09-21 17:20:01 -07:00 committed by GitHub
commit 014f24660a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ The ServiceAccount admission controller will add the following projected volume
defaultMode: 420 # 0644 defaultMode: 420 # 0644
sources: sources:
- serviceAccountToken: - serviceAccountToken:
expirationSeconds: 3600 expirationSeconds: 3607
path: token path: token
- configMap: - configMap:
items: items: