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.
1 parent dc9444c commit 907967eCopy full SHA for 907967e
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