Skip to content

Commit

Permalink
Merge pull request #4185 from donnydavis/patch-1
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored May 16, 2017
2 parents ef68639 + c78f670 commit 80aa02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift_logging/library/openshift_logging_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# selectors for filtering resources
DS_FLUENTD_SELECTOR = LOGGING_INFRA_KEY + "=" + "fluentd"
LOGGING_SELECTOR = LOGGING_INFRA_KEY + "=" + "support"
ROUTE_SELECTOR = "component=support, logging-infra=support, provider=openshift"
ROUTE_SELECTOR = "component=support,logging-infra=support,provider=openshift"
COMPONENTS = ["kibana", "curator", "elasticsearch", "fluentd", "kibana_ops", "curator_ops", "elasticsearch_ops"]


Expand Down

0 comments on commit 80aa02b

Please sign in to comment.