diff options
| author | Scott Dodson <sdodson@redhat.com> | 2017-11-07 22:29:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 22:29:05 -0500 |
| commit | 782e71e8350eed49561c5f4db59e72c838b4b294 (patch) | |
| tree | 09744c330797e3c434913bc10f284f3b4c59c9a4 | |
| parent | 8e3b849d837407b9155bbe85025698bf9cf74e95 (diff) | |
| parent | fb5994f9b33014af3b05014f3a3fce88d1fa54ee (diff) | |
Merge pull request #6047 from sdodson/kubectl
Use oc rather than kubectl
| -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 |
