Selaa lähdekoodia

Merge pull request #8468 from jianzhangbjz/dashboard

bug 1581052: specify the namespace
OpenShift Merge Robot 6 vuotta sitten
vanhempi
commit
7848be798d
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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
           command:
             - dashboard-redirector
+            - --namespace
+            - "openshift-ansible-service-broker"
           imagePullPolicy: IfNotPresent
 {% endif %}
         - image: {{ ansible_service_broker_image }}