You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/site/docs/setup/database.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,11 @@ You must edit the **values.yaml** file as follows:
16
16
17
17
- If you are using a private repository, you must update each **image** entry to point to your private repository instead of the public repositories.
18
18
19
-
- You must update the values in the **database.oci_config** section as follows:
20
-
21
-
- The **oke** setting must be **false**. Setting this to true is not supported in 2.0.0-M3.
22
-
23
-
- Supply your **tenancy**, **user** ocid, **fingerprint** and **region**. These must match the details you provided when you created the OCI configuration secret earlier. This information can be found in the OCI configuration file.
24
-
25
19
- (Optional) If you want to install any components in this chart into their own separate namespace, you can override the global namespace by setting a value in the **namespace** property inside the section for that component.
26
20
27
21
**Important note**: Please pause to double check all of the values are correct. If there are any errors here, the database provisioning will fail.
28
22
29
-
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):
@@ -54,16 +48,16 @@ If you overrode the namespace for this component, you will see a new namespace c
54
48
55
49

56
50
57
-
**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):
Copy file name to clipboardExpand all lines: docs-source/site/docs/setup/obaas.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,14 @@ You must edit the **values.yaml** file as follows:
20
20
21
21
- (Optional) If you want to install any components in this chart into their own separate namespace, you can override the global namespace by setting a value in the **namespace** property inside the section for that component.
22
22
23
-
- You must provide the OCID of your ADB-S instance in the setting **database.oci_db.ocid.**
24
-
25
-
- You must update the values in the **database.oci_config** section as follows:
26
-
23
+
- You must provide the OCID of your ADB-S instance in the setting **database.oci_db.ocid**
24
+
- You must update the values in the **database.oci_config** the section as follows:
27
25
- The **oke** setting must be **false**. Setting this to true is not supported in 2.0.0-M3.
28
-
29
26
- Supply your **tenancy**, **user****ocid**, **fingerprint** and **region**. These must match the details you provided when you created the OCI configuration secret earlier.
30
27
31
28
**Important note**: Please pause to double check all of the values are correct. If there are any errors here, the OBaaS provisioning will fail.
32
29
33
-
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):
@@ -92,17 +89,18 @@ And many new pods. Note that these will take about 5 minutes for them all to get
92
89
kubectl get pod -A
93
90
```
94
91
95
-
**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):
@@ -63,13 +63,16 @@ kubectl get pods --n observability # or whatever namespace name you chose
63
63
64
64
Please wait for all of the pods to be ready before continuing to the next step.
65
65
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):
Copy file name to clipboardExpand all lines: docs-source/site/docs/setup/prereq-chart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You must edit the **values.yaml** file as follows:
31
31
32
32
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.
33
33
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):
0 commit comments