Skip to content

Commit

Permalink
(chore) double token expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucam76 committed Feb 6, 2025
1 parent 0f58e7d commit 0d26019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
//nolint: gosec // this is just postfix of the secret name
sveltosKubeconfigSecretNamePostfix = "-sveltos-kubeconfig"
projectsveltos = "projectsveltos"
secondsInDay = 3600
secondsInDay = 7200
kubeconfigKey = "kubeconfig"
)

Expand Down

0 comments on commit 0d26019

Please sign in to comment.