Browse Source

Excluding the eventrouter component when looking for namespaces logging is installed in

Eric Wolinetz 7 years ago
parent
commit
b7998be72a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_logging/tasks/main.yaml

+ 1 - 1
roles/openshift_logging/tasks/main.yaml

@@ -23,7 +23,7 @@
     state: list
     kind: dc
     all_namespaces: true
-    selector: "logging-infra,provider=openshift"
+    selector: "logging-infra,provider=openshift,component!=eventrouter"
   register: _logging_dcs
 
 - set_fact: