spelling fix

Signed-off-by: dengyufeng2206 <deng.yufeng@zte.com.cn>
This commit is contained in:
dengyufeng2206 2022-08-18 18:28:21 +08:00
parent 3beb8dc596
commit 402b09f532

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
)