Skip to content

Commit 0885087

Browse files
committed
PospeshishLudeyNasmeshish flant#2
1 parent 514b192 commit 0885087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/app/kube-client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var KubeClientQpsDefault = "5" // DefaultQPS from k8s.io/client-go/rest/config.g
1313
var KubeClientQps float32
1414
var KubeClientBurstDefault = "10" // DefaultBurst from k8s.io/client-go/rest/config.go
1515
var KubeClientBurst int
16-
var KubeClientTimeoutDefault = "10"
16+
var KubeClientTimeoutDefault = "10s"
1717
var KubeClientTimeout time.Duration
1818

1919
func DefineKubeClientFlags(cmd *kingpin.CmdClause) {

0 commit comments

Comments
 (0)