Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarabd authored Jul 5, 2021
1 parent 75b7336 commit 02189a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
var metricsAddr, namespace string
var enableLeaderElection bool
flag.StringVar(&metricsAddr, "metrics-addr", ":8080", "The address the metric endpoint binds to.")
flag.StringVar(&namespace, "namespace", "meshery-operator", "The namespace operator is deployed to.")
flag.StringVar(&namespace, "namespace", "meshery", "The namespace operator is deployed to.")
flag.BoolVar(&enableLeaderElection, "enable-leader-election", false,
"Enable leader election for controller manager. "+
"Enabling this will ensure there is only one active controller manager.")
Expand Down

0 comments on commit 02189a0

Please sign in to comment.