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 b1fe50c + 907967e commit e6a79c5Copy full SHA for e6a79c5
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