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
Related to bug ticket: https://issues.redhat.com/browse/FLPATH-2409@chadcrum PTAL
## Summary by Sourcery
Clarify PostgreSQL installation documentation with guidance on
Orchestrator CR compatibility for different deployment methods.
Documentation:
- Add a note that the Orchestrator CR sample works by default when using
the Bitnami Helm chart without any PostgreSQL field changes
- Add instructions to update the postgres field in the Orchestrator CR
sample when using the RH catalog PostgreSQL image
Copy file name to clipboardExpand all lines: docs/postgresql/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
Below there are two options to install PostgreSQL Server v15 on OCP cluster.
4
4
Both options shouldn't be used in production.
5
5
6
+
Note: The [Orchestrator CR](https://github.com/rhdhorchestrator/orchestrator-go-operator/blob/main/config/samples/_v1alpha3_orchestrator.yaml#L23)
7
+
sample works by default without any changes in the postgres fields, if using the [Bitnami Helm chart](#using-bitnami-helm-chart) method to install
8
+
the postgres Database. However, if using [PostgresSQL from the RH catalog](#using-postgresql-image-from-rh-catalog) method,
9
+
the postgres field in the [Orchestrator CR](https://github.com/rhdhorchestrator/orchestrator-go-operator/blob/main/config/samples/_v1alpha3_orchestrator.yaml#L23) sample must
10
+
be updated as described [here](#using-postgresql-image-from-rh-catalog).
11
+
6
12
# Using Bitnami helm chart
7
13
Follow these steps to deploy a sample PostgreSQL instance in the `sonataflow-infra` namespace, with minimal requirements to deploy the Orchestrator.
0 commit comments