You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
The OCI Service Broker is packaged as Helm chart for making it easy to install in Kubernetes. The chart is available at [charts/oci-service-broker](../) directory.
@@ -106,15 +112,33 @@ The value for `ociCredentials.secretName` should contain the name of the Kuberne
106
112
107
113
For quickly testing out OCI Service Broker, TLS can be disabled and an embedded etcd container can be used. This can be used for quickly setting up the Broker but not recommended in PRODUCTION environments. Please refer to [Recommended Setup](#recommended-setup) for PRODUCTION environments
@@ -199,15 +223,34 @@ Please note that the names in keys i.e. keyStore.password and keyStore must not
199
223
#### Recommended Setup Command
200
224
201
225
Replace the values of --set arguments with your appropriate values to install the OCI Service Broker. User needs to point docker images either from OCIR or from their repository.
@@ -245,7 +288,7 @@ Refer [Restrict access to Service Catalog resources using RBAC](security.md#rest
245
288
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.
246
289
247
290
```bash
248
-
curl https://github.com/oracle/oci-service-broker/releases/download/v1.3.2/oci-service-broker-1.3.2.tgz | tar xz
291
+
curl -LO https://github.com/oracle/oci-service-broker/releases/download/v1.3.3/oci-service-broker-1.3.3.tgz | tar xz
249
292
```
250
293
251
294
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.
@@ -338,7 +381,7 @@ After successful build, a new docker image will be by name 'oci-service-broker'.
0 commit comments