Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs update #427

Merged
merged 5 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/docs/content/cloud/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kubectl create secret generic oci-credentials \
|--|--|
| Provides steps for provisioning and connecting cloud services to the application | Uses OCI Service Broker to _provision_ **and** _connect_ the Autonomous Transaction Processing database |

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

<ul>
<li>
Expand Down Expand Up @@ -185,7 +185,7 @@ secret to the `mushop-utilities` namespace:
on the same namespace used by the `setup` chart. For convenience, the documentation
commands defaults both the `setup` and OCI Service Broker charts to use
the `mushop-utilities` namespace.

1. Next utilize the OCI Service Broker implementation to provision services by installing the included `provision` chart:

```shell--helm2
Expand Down Expand Up @@ -400,8 +400,9 @@ helm chart is installed using settings to leverage cloud backing services.
```

```shell--helm3
helm install mushop ./mushop \
helm upgrade --install mushop ./mushop \
--namespace mushop \
--create-namespace \
--values myvalues.yaml
```

Expand Down
Loading