Skip to content

Commit 1b38455

Browse files
committed
main.go correction
Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
1 parent f317275 commit 1b38455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func main() {
8989
var labelSelectorFlag string
9090
flag.StringVar(&metricsAddr, "metrics-bind-address", ":8080", "The address the metric endpoint binds to.")
9191
flag.StringVar(&probeAddr, "health-probe-bind-address", ":8081", "The address the probe endpoint binds to.")
92-
flag.StringVar(&labelSelectorFlag, "label-selector", env.StringFromEnv(common.ArgoCDLabelSelector, common.DefaultLabelSelector), "The label selector is used to map to a subset of ArgoCD instances to reconcile")
92+
flag.StringVar(&labelSelectorFlag, "label-selector", env.StringFromEnv(common.ArgoCDLabelSelector, common.DefaultArgoCDLabelSelector), "The label selector is used to map to a subset of ArgoCD instances to reconcile")
9393
flag.BoolVar(&enableLeaderElection, "leader-elect", false,
9494
"Enable leader election for controller manager. "+
9595
"Enabling this will ensure there is only one active controller manager.")

0 commit comments

Comments
 (0)