From e6552caf195c0f50cebc909f60364f70b6e295e1 Mon Sep 17 00:00:00 2001 From: Neeraj Krishna <37359877+nekrkris@users.noreply.github.com> Date: Wed, 13 Jan 2021 17:36:54 +0530 Subject: [PATCH] Fix the tar command to unzip --- charts/oci-service-broker/docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/oci-service-broker/docs/installation.md b/charts/oci-service-broker/docs/installation.md index 5d24bbf..328349b 100644 --- a/charts/oci-service-broker/docs/installation.md +++ b/charts/oci-service-broker/docs/installation.md @@ -288,7 +288,8 @@ Refer [Restrict access to Service Catalog resources using RBAC](security.md#rest Sample files for various services are available under [`oci-service-broker/samples`](../samples) directory inside the charts. The below command extracts chart that contains the sample files. ```bash -curl -LO https://github.com/oracle/oci-service-broker/releases/download/v1.5.2/oci-service-broker-1.5.2.tgz | tar xz +curl -LO https://github.com/oracle/oci-service-broker/releases/download/v1.5.2/oci-service-broker-1.5.2.tgz +tar -xvf oci-service-broker-1.5.2.tgz ``` Create a `ClusterServiceBroker` resource with OCI Service Broker URL to register the broker. Use the below register yaml file after updating the namespace of the OCI Service Broker.