From 02189a0c4ba90ebc334e98d32769fec23a433d17 Mon Sep 17 00:00:00 2001 From: abishek Date: Mon, 5 Jul 2021 20:17:00 +0530 Subject: [PATCH] Update main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e67af86e..b537cf9d 100644 --- a/main.go +++ b/main.go @@ -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.")