Skip to content

Commit 830a127

Browse files
authored
Merge pull request #427 from junior/docs_update
Docs update
2 parents 3c9e2b1 + de5a317 commit 830a127

File tree

6 files changed

+141
-118
lines changed

6 files changed

+141
-118
lines changed

src/docs/content/cloud/deployment.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ kubectl create secret generic oci-credentials \
4040
|--|--|
4141
| Provides steps for provisioning and connecting cloud services to the application | Uses OCI Service Broker to _provision_ **and** _connect_ the Autonomous Transaction Processing database |
4242

43-
{{< switcher border=true tabs="Manual Steps|Automated (Using OCI Service Broker)" >}}
43+
{{< switcher border=true tabs="Manual Steps| **Deprecated** Automated (Using OCI Service Broker)" >}}
4444

4545
<ul>
4646
<li>
@@ -185,7 +185,7 @@ secret to the `mushop-utilities` namespace:
185185
on the same namespace used by the `setup` chart. For convenience, the documentation
186186
commands defaults both the `setup` and OCI Service Broker charts to use
187187
the `mushop-utilities` namespace.
188-
188+
189189
1. Next utilize the OCI Service Broker implementation to provision services by installing the included `provision` chart:
190190

191191
```shell--helm2
@@ -400,8 +400,9 @@ helm chart is installed using settings to leverage cloud backing services.
400400
```
401401

402402
```shell--helm3
403-
helm install mushop ./mushop \
403+
helm upgrade --install mushop ./mushop \
404404
--namespace mushop \
405+
--create-namespace \
405406
--values myvalues.yaml
406407
```
407408

0 commit comments

Comments
 (0)