Skip to content

Commit c422fbf

Browse files
authored
Update Postgres documentation (#263)
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
2 parents 5ca9cef + d8496a1 commit c422fbf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/postgresql/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Below there are two options to install PostgreSQL Server v15 on OCP cluster.
44
Both options shouldn't be used in production.
55

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+
612
# Using Bitnami helm chart
713
Follow these steps to deploy a sample PostgreSQL instance in the `sonataflow-infra` namespace, with minimal requirements to deploy the Orchestrator.
814

0 commit comments

Comments
 (0)