Skip to content

Commit c662757

Browse files
GitHub Actionsjmagak
authored andcommitted
Update texts
1 parent 82a5d45 commit c662757

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

assemblies/assembly-orchestrator-rhdh.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include::modules/orchestrator/con-orchestrator-plugin-dependencies-operator.adoc
3939
include::modules/orchestrator/con-orchestrator-plugin-components.adoc[leveloffset=+1]
4040

4141
// enabling orchestrator plugins components
42-
include::modules/orchestrator/proc-enabling-orchestrator-plugins.adoc[leveloffset=+1]
42+
include::modules/orchestrator/proc-enabling-orchestrator-plugins-components.adoc[leveloffset=+1]
4343

4444
// Orchestrator Infrastructure for {product} Helm chart
4545
include::modules/orchestrator/proc-helm-install-components-orchestrator-plugin.adoc[leveloffset=+2]

modules/orchestrator/con-architecture-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ PostgreSQL Server:: Provides a database solution essential for data persistence
2424

2525
KeyCloak:: Provides authentication and security services within applications. KeyCloak must be provisioned externally to manage authentication, as the Orchestrator Operator does not install it.
2626

27-
OpenShift AMQ Streams (Strimzi/Kafka):: Provides enhanced reliability of the eventing system. While the eventing can work without Kafka by using direct HTTP calls, this approach is not reliable. The AMQ Streams Operator is not natively present or integrated into the deployment current iteration.
27+
OpenShift AMQ Streams (Strimzi/Kafka):: Provides enhanced reliability of the eventing system. While the eventing can work without Kafka by using direct HTTP calls, this approach is not reliable. The AMQ Streams Operator is an optional requirement and is not natively present or integrated into the deployment current iteration.

modules/orchestrator/proc-enabling-orchestrator-plugins.adoc renamed to modules/orchestrator/proc-enabling-orchestrator-plugins-components.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_mod-docs-content-type: PROCEDURE
22

3-
[id="proc-enabling-orchestrator-plugins.adoc_{context}"]
3+
[id="proc-enabling-orchestrator-plugins-components.adoc_{context}"]
44
= Enabling Orchestrator plugins components
55

66
{product} includes the following Orchestrator plugin components in the `dynamic-plugins.default.yaml` file, but they are disabled by default:
@@ -13,7 +13,7 @@
1313
.Procedure
1414
* Locate your {product-short} configuration and set the `plugins.disabled` parameter to `false` for each required plugin package.
1515
+
16-
For example, to enable the core Orchestrator frontend plugin:
16+
For example, you can enable the core Orchestrator frontend plugin as shown in the following example:
1717
+
1818
[source,yaml,subs="+attributes,+quotes"]
1919
----

0 commit comments

Comments
 (0)