Skip to content

Commit 0bc6b36

Browse files
committed
Updating docs
Signed-off-by: Arthur De Magalhaes <ademagalhaes@gmail.com>
1 parent faabb7c commit 0bc6b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ The steps below would guide you how to enable persistence for your database:
208208
```
209209
1. Let's also upgrade the Liberty release for high availability by increasing the number of replicas:
210210
```bash
211-
helm upgrade --recreate-pods --force --reuse-values --set replicaCount=2 vote-<NAMESPACE> ibm-charts/ibm-open-liberty
211+
helm upgrade --recreate-pods --force --reuse-values --set replicaCount=2 <release_name> ibm-charts/ibm-open-liberty
212212
```
213213
1. List the deployed packages with their chart versions by running:
214214
```bash
215-
helm ls --namespace <NAMESPACE>
215+
helm ls
216216
```
217217
You can see that the number of revision should be 2 now for couchdb and Liberty.
218218
1. Run the following command to see the state of deployments:

0 commit comments

Comments
 (0)