Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 4ad6bfc

Browse files
committed
Make token lifetime 30 mins instead of 10 mins because of deployment times
1 parent 5218d0a commit 4ad6bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/packet/deployer/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
)
3636

3737
const (
38-
defaultTokenTTL = 10 * time.Minute
38+
defaultTokenTTL = 30 * time.Minute
3939
adminUserName = "kubernetes-admin"
4040
)
4141

0 commit comments

Comments
 (0)