Skip to content
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
10 changes: 5 additions & 5 deletions docs-source/site/docs/setup/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ TEST SUITE: None

When installing multiple OBaaS instances in your cluster, each instance must have unique values for:

- Release name
- `Release name`
- `obaasName`
- `targetNamespace`

Expand Down Expand Up @@ -110,10 +110,10 @@ helm ls
**Expected output:**

```text
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
obaas-db default 1 2025-09-12 13:51:23.751199 -0500 CDT deployed OBaaS-db-0.1.0 2.0.0-M4
obaas-observability default 1 2025-09-12 13:45:43.113298 -0500 CDT deployed OBaaS-observability-0.1.0 2.0.0-M4
obaas-prereqs default 1 2025-09-12 13:37:16.026781 -0500 CDT deployed OBaaS-Prerequisites-0.0.1 2.0.0-M4
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
obaas-db default 1 2025-09-12 13:51:23.751199 -0500 CDT deployed OBaaS-db-0.1.0 2.0.0-M4
obaas-observability default 1 2025-09-12 13:45:43.113298 -0500 CDT. deployed OBaaS-observability-0.1.0 2.0.0-M4
obaas-prereqs default 1 2025-09-12 13:37:16.026781 -0500 CDT. deployed OBaaS-Prerequisites-0.0.1 2.0.0-M4
```

### Verify Pods and Namespaces
Expand Down
5 changes: 3 additions & 2 deletions docs-source/site/docs/setup/obaas.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ TEST SUITE: None
### Multiple Instance Installation

When installing multiple OBaaS instances in your cluster, each instance must have unique values for:
- Release name

- `Release name`
- `obaasName`
- `targetNamespace`

Expand Down Expand Up @@ -188,5 +189,5 @@ If the installation fails, verify the following:
1. All values in `values.yaml` are correct
1. Database credentials and connection information are accurate
1. OCI configuration (if using ADB-S) matches the secret created earlier
1. For multiple instances, ensure unique release names, `obaasName`, and `targetNamespace` values
1. For multiple instances, ensure unique `Release name`s, `obaasName`, and `targetNamespace` values
1. For multiple APISIX instances, verify different host names and/or ports are configured
10 changes: 5 additions & 5 deletions docs-source/site/docs/setup/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ TEST SUITE: None

When installing multiple OBaaS instances in your cluster, each instance must have unique values for:

- Release name
- `Release name`
- `obaasName`
- `targetNamespace`

Expand Down Expand Up @@ -110,10 +110,10 @@ helm ls
**Expected output:**

```text
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
obaas default 1 2025-09-12 13:57:55.859836 -0500 CDT deployed OBaaS-0.0.1 2.0.0-M4
obaas-db default 1 2025-09-12 13:51:23.751199 -0500 CDT deployed OBaaS-db-0.1.0 2.0.0-M4
obaas-observability default 1 2025-09-12 13:45:43.113298 -0500 CDT deployed OBaaS-observability-0.1.0 2.0.0-M4
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
obaas default 1 2025-09-12 13:57:55.859836 -0500 CDT deployed OBaaS-0.0.1 2.0.0-M4
obaas-db default 1 2025-09-12 13:51:23.751199 -0500 CDT deployed OBaaS-db-0.1.0 2.0.0-M4
obaas-observability default 1 2025-09-12 13:45:43.113298 -0500 CDT deployed OBaaS-observability-0.1.0 2.0.0-M4
```

### Verify Pods
Expand Down
7 changes: 4 additions & 3 deletions docs-source/site/docs/setup/prereq-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ helm --debug install obaas-prereqs ./

**Installation notes:**

- `obaas-prereqs` is the Helm release name
- `obaas-prereqs` is the Helm `Release name`
- The `--debug` flag is optional and enables verbose output from Helm
- This chart is shared across all OBaaS instances in the cluster
- Do NOT set `obaasName` or `targetNamespace` for this chart
Expand Down Expand Up @@ -89,8 +89,8 @@ helm ls
**Expected output:**

```text
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
obaas-prereqs default 1 2025-09-12 13:37:16.026781 -0500 CDT deployed OBaaS-Prerequisites-0.0.1 2.0.0-M4
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
obaas-prereqs default 1 2025-09-12 13:37:16.026781 -0500 CDT deployed OBaaS-Prerequisites-0.0.1. 2.0.0-M4
```

### Verify Namespaces
Expand Down Expand Up @@ -204,6 +204,7 @@ Synchronizes secrets from external secret management systems.
Provides ingress controller for routing external traffic to services.

**Pods:**

- `ingress-nginx-controller`: One pod per worker node (DaemonSet)

### Metrics Server
Expand Down