Skip to content

Commit

Permalink
do not have flow control
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Sep 19, 2023
1 parent d18dc14 commit ef8b25c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/clustersmngr/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ const (
)

var (
kubeClientTimeout = getEnvDuration("WEAVE_GITOPS_KUBE_CLIENT_TIMEOUT", 30*time.Second)
DefaultKubeConfigOptions = []KubeConfigOption{WithFlowControl}
kubeClientTimeout = getEnvDuration("WEAVE_GITOPS_KUBE_CLIENT_TIMEOUT", 30*time.Second)
// DefaultKubeConfigOptions = []KubeConfigOption{WithFlowControl}
DefaultKubeConfigOptions = []KubeConfigOption{}
)

type KubeConfigOption func(*rest.Config) (*rest.Config, error)
Expand Down

0 comments on commit ef8b25c

Please sign in to comment.