We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2511d7b commit 3ed2801Copy full SHA for 3ed2801
common/common.go
@@ -34,7 +34,7 @@ const (
34
// Label Selector is an env variable for ArgoCD instance reconcilliation.
35
ArgoCDLabelSelector = "ARGOCD_LABEL_SELECTOR"
36
// Default Label Selector is used when the Label Selector is not mentioned/empty.
37
- DefaultLabelSelector = ""
+ DefaultArgoCDLabelSelector = ""
38
)
39
40
// InfraNodeSelector returns openshift label for infrastructure nodes
0 commit comments