File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,11 +208,11 @@ The steps below would guide you how to enable persistence for your database:
208
208
```
209
209
1. Let' s also upgrade the Liberty release for high availability by increasing the number of replicas:
210
210
` ` ` 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
212
212
` ` `
213
213
1. List the deployed packages with their chart versions by running:
214
214
` ` ` bash
215
- helm ls --namespace < NAMESPACE >
215
+ helm ls
216
216
` ` `
217
217
You can see that the number of revision should be 2 now for couchdb and Liberty.
218
218
1. Run the following command to see the state of deployments:
You can’t perform that action at this time.
0 commit comments