Browse Source

bug 1581052: specify the namespace

Jian Zhang 6 years ago
parent
commit
65c87e70fa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      roles/ansible_service_broker/templates/asb_dc.yaml.j2

+ 2 - 0
roles/ansible_service_broker/templates/asb_dc.yaml.j2

@@ -30,6 +30,8 @@ spec:
               protocol: TCP
               protocol: TCP
           command:
           command:
             - dashboard-redirector
             - dashboard-redirector
+            - --namespace
+            - "openshift-ansible-service-broker"
           imagePullPolicy: IfNotPresent
           imagePullPolicy: IfNotPresent
 {% endif %}
 {% endif %}
         - image: {{ ansible_service_broker_image }}
         - image: {{ ansible_service_broker_image }}