We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b073f commit 0aa0efaCopy full SHA for 0aa0efa
cmd/objectstorage-sidecar/app/objectstorage-sidecar.go
@@ -49,7 +49,7 @@ func (so *SidecarOptions) Run() {
49
os.Exit(1)
50
}
51
52
- ctx, cancel := context.WithTimeout(context.Background(), time.Second)
+ ctx, cancel := context.WithCancel(context.Background())
53
defer cancel()
54
55
klog.V(1).Infof("creating provisioner client")
0 commit comments