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 32c6671 commit 881946eCopy full SHA for 881946e
main.go
@@ -81,6 +81,7 @@ func main() {
81
flag.StringVar(&configMapName, "config", "codeflare-operator-config",
82
"The name of the ConfigMap to load the operator configuration from. "+
83
"If it does not exist, the operator will create and initialise it.")
84
+ flag.Parse()
85
86
zapOptions := zap.Options{
87
Development: true,
0 commit comments