Skip to content

Commit 881946e

Browse files
ronenscopenshift-merge-bot[bot]
authored andcommitted
Parse command line flags
1 parent 32c6671 commit 881946e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func main() {
8181
flag.StringVar(&configMapName, "config", "codeflare-operator-config",
8282
"The name of the ConfigMap to load the operator configuration from. "+
8383
"If it does not exist, the operator will create and initialise it.")
84+
flag.Parse()
8485

8586
zapOptions := zap.Options{
8687
Development: true,

0 commit comments

Comments
 (0)