|
@@ -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
|