Skip to content
Merged
Changes from 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ It contains one secret per line in `KEY=value` form.

. Author your custom `{my-app-config-file}` file.
This is the main {product-short} configuration file.
+
The `baseUrl` field is mandatory in your `{my-app-config-file}` file to ensure proper functionality of {product-short}. You must specify the `baseUrl` in both the `app` and `backend` sections to avoid errors during initialization.

** To prepare a deployment with the {product} Operator on OpenShift, you can start with an empty file.

** To prepare a deployment with the {product} Helm chart, or on Kubernetes, add the `baseUrl` field in your `{my-app-config-file}` file to ensure proper functionality of {product-short}.
Specify the `baseUrl` in both the `app` and `backend` sections to avoid errors during initialization.
+
.Configuring the `baseUrl` in `{my-app-config-file}`
====
Expand All @@ -43,13 +46,13 @@ backend:
origin: {my-product-url}
----
====
+
Optionally, enter your configuration such as:

* link:{authentication-book-url}[{authentication-book-title}].
* link:{authorization-book-url}[{authorization-book-title}].
* link:{customizing-book-url}[Customization].
* xref:proc-configuring-an-rhdh-instance-with-tls-in-kubernetes_running-behind-a-proxy[Configure your {ocp-short} integration].
** Optionally, enter your configuration such as:

*** link:{authentication-book-url}[{authentication-book-title}].
*** link:{authorization-book-url}[{authorization-book-title}].
*** link:{customizing-book-url}[Customization].
*** xref:proc-configuring-an-rhdh-instance-with-tls-in-kubernetes_running-behind-a-proxy[Configure your {ocp-short} integration].

. Provision your custom configuration files to your {ocp-short} cluster.

Expand Down