Explorar o código

override cluster default node selector with empty project selector

Fabian von Feilitzsch %!s(int64=7) %!d(string=hai) anos
pai
achega
9b34fc35fb
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      roles/ansible_service_broker/tasks/install.yml

+ 2 - 0
roles/ansible_service_broker/tasks/install.yml

@@ -12,6 +12,8 @@
   oc_project:
     name: openshift-ansible-service-broker
     state: present
+    node_selector:
+      - ""
 
 - name: create ansible-service-broker serviceaccount
   oc_serviceaccount: