Skip to content

Commit 3ed2801

Browse files
committed
env var fix
Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
1 parent 2511d7b commit 3ed2801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
// Label Selector is an env variable for ArgoCD instance reconcilliation.
3535
ArgoCDLabelSelector = "ARGOCD_LABEL_SELECTOR"
3636
// Default Label Selector is used when the Label Selector is not mentioned/empty.
37-
DefaultLabelSelector = ""
37+
DefaultArgoCDLabelSelector = ""
3838
)
3939

4040
// InfraNodeSelector returns openshift label for infrastructure nodes

0 commit comments

Comments
 (0)