diff options
| -rw-r--r-- | roles/template_service_broker/tasks/install.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/template_service_broker/tasks/install.yml b/roles/template_service_broker/tasks/install.yml index 6a532a206..a78e4825b 100644 --- a/roles/template_service_broker/tasks/install.yml +++ b/roles/template_service_broker/tasks/install.yml @@ -45,7 +45,7 @@      oc process -f "{{ mktemp.stdout }}/{{ __tsb_template_file }}"      --param API_SERVER_CONFIG="{{ config['content'] | b64decode }}"      --param IMAGE="{{ template_service_broker_prefix }}{{ template_service_broker_image_name }}:{{ template_service_broker_version }}" -    | kubectl apply -f - +    | {{ openshift.common.client_binary }} apply -f -  # reconcile with rbac  - name: Reconcile with RBAC file  | 
