Merge pull request #111908 from dengyufeng2206/new-test0818

spelling fix
This commit is contained in:
Kubernetes Prow Robot 2022-11-08 13:51:20 -08:00 committed by GitHub
commit d93ea2557f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ const (
// Injected bound service account token expiration which triggers monitoring of its time-bound feature.
WarnOnlyBoundTokenExpirationSeconds = 60*60 + 7
// Extended expiration for those modifed tokens involved in safe rollout if time-bound feature.
// Extended expiration for those modified tokens involved in safe rollout if time-bound feature.
ExpirationExtensionSeconds = 24 * 365 * 60 * 60
)