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 481ce48 + f9d5a6c commit 9e82d56Copy full SHA for 9e82d56
sidecar/cmd/main.go
@@ -42,5 +42,6 @@ func main() {
42
43
if err := cmd.ExecuteContext(ctx); err != nil {
44
klog.ErrorS(err, "Exiting on error")
45
+ os.Exit(1)
46
}
47
0 commit comments