We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfb292e + c9a6e73 commit f2d534cCopy full SHA for f2d534c
cmd/sidecar/main.go
@@ -51,7 +51,7 @@ var (
51
func main() {
52
// setup logging
53
logf.SetLogger(zap.New(zap.UseDevMode(true)))
54
- stop := make(chan struct{})
+ stop := make(chan struct{}, 1)
55
56
containerName := sidecar.GetContainerType()
57
0 commit comments