Explorar el Código

Merge pull request #4591 from richm/bug-1465168

Bug 1465168 - mux doesn't recognize ansible boolean parameters correctly
Scott Dodson hace 7 años
padre
commit
9613d2e517
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/openshift_logging_mux/templates/mux.j2

+ 1 - 1
roles/openshift_logging_mux/templates/mux.j2

@@ -102,7 +102,7 @@ spec:
         - name: USE_MUX
           value: "true"
         - name: MUX_ALLOW_EXTERNAL
-          value: "{{ openshift_logging_mux_allow_external | default('false') }}"
+          value: "{{ openshift_logging_mux_allow_external | default('false') | lower }}"
         - name: "BUFFER_QUEUE_LIMIT"
           value: "{{ openshift_logging_mux_buffer_queue_limit }}"
         - name: "BUFFER_SIZE_LIMIT"