Skip to content

Commit ccec75b

Browse files
committed
Feedback update
1 parent 4d14177 commit ccec75b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs-source/site/docs/setup/database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You must edit the **values.yaml** file as follows:
2020

2121
**Important note**: Please pause to double check all of the values are correct. If there are any errors here, the database provisioning will fail.
2222

23-
Install the Helm chart using the following command:
23+
Install the Helm chart using the following command (The `--debug` flag is optional and enables verbose output from Helm):
2424

2525
```bash
2626
helm --debug install obaas-db --set global.obaasName="obaas-dev" --set global.targetNamespace="obaas-dev" ./
@@ -48,7 +48,7 @@ If you overrode the namespace for this component, you will see a new namespace c
4848

4949
![DB Operator pods](media/image6.png)
5050

51-
**Note**: If you are installing multiple OBaaS instances in your cluster, each one MUST have a different release name, `obaasName` and `targetNamespace`. For example:
51+
**Note**: If you are installing multiple OBaaS instances in your cluster, each one MUST have a different release name, `obaasName` and `targetNamespace`. For example (The `--debug` flag is optional and enables verbose output from Helm):
5252

5353
For obaas-dev:
5454

docs-source/site/docs/setup/obaas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You must edit the **values.yaml** file as follows:
2727

2828
**Important note**: Please pause to double check all of the values are correct. If there are any errors here, the OBaaS provisioning will fail.
2929

30-
Install the Helm chart using the following command:
30+
Install the Helm chart using the following command (The `--debug` flag is optional and enables verbose output from Helm):
3131

3232
```bash
3333
helm --debug install obaas --set global.obaasName="obaas-dev" --set global.targetNamespace="obaas-dev" ./
@@ -89,7 +89,7 @@ And many new pods. Note that these will take about 5 minutes for them all to get
8989
kubectl get pod -A
9090
```
9191

92-
**Note**: If you are installing multiple OBaaS instances in your cluster, each one MUST have a different release name, `obaasName` and `targetNamespace`. For example:
92+
**Note**: If you are installing multiple OBaaS instances in your cluster, each one MUST have a different release name, `obaasName` and `targetNamespace`. For example (The `--debug` flag is optional and enables verbose output from Helm):
9393

9494
For obaas-dev:
9595

docs-source/site/docs/setup/observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You must edit the **values.yaml** file as follows:
2626
by setting a value in the **namespace** property inside the section
2727
for that component.
2828

29-
Install the Helm chart using the following command:
29+
Install the Helm chart using the following command (The `--debug` flag is optional and enables verbose output from Helm):
3030

3131
```bash
3232
helm --debug install obaas-observability --set global.obaasName="obaas-dev"
@@ -63,7 +63,7 @@ kubectl get pods --n observability # or whatever namespace name you chose
6363

6464
Please wait for all of the pods to be ready before continuing to the next step.
6565

66-
**Note**: If you are installing multiple OBaaS instances in your cluster, each one MUST have a different release name, `obaasName` and `targetNamespace`. For example:
66+
**Note**: If you are installing multiple OBaaS instances in your cluster, each one MUST have a different release name, `obaasName` and `targetNamespace`. For example (The `--debug` flag is optional and enables verbose output from Helm):
6767

6868
For obaas-dev:
6969

docs-source/site/docs/setup/prereq-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You must edit the **values.yaml** file as follows:
3131

3232
Choose a name for this OBaaS installation. In this document, we use **obaas-dev** as the name. Please note that the **targetNamespace** should match the namespace you created in the previous step, and that this namespace must already exist.
3333

34-
Install the Helm chart using the following command:
34+
Install the Helm chart using the following command (The `--debug` flag is optional and enables verbose output from Helm):
3535

3636
```bash
3737
helm --debug install obaas-prereqs ./

0 commit comments

Comments
 (0)