Skip to content

Commit

Permalink
Code addings
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedvede committed Nov 18, 2024
1 parent 32984c3 commit 593e471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In a regular SonataFlow installation, the preferred method is to use the <<platf

To configure a platform-scoped eventing system, you must use the field `spec.eventing.broker.ref` in the `SonataFlowPlatform` CR to refer to a Knative Eventing broker.

This information signals the {operator_name} to automatically link every workflow deployed in that namespace, to `produce` and `consume` the events by using that Broker.
This information signals the {operator_name} to automatically link every workflow deployed in that namespace, with the `preview` or `gitops` profile, to `produce` and `consume` the events by using that Broker.

Additionally, the supporting services deployed in that namespace, that do not provide a custom eventing system configuration, will be linked to that broker.
For more information about configuring the supporting services eventing system, xref:cloud/operator/supporting-services.adoc#configuring-supporting-services-eventing-system[see].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ To configure a platform-scoped eventing system, you must use the field `spec.eve
This information signals the {operator_name} to automatically link the supporting services to `produce` and `consume` the events by using that Broker.
Additionally, workflows deployed in that namespace, that don't provide a custom eventing system configuration, will be linked to that Broker.
Additionally, workflows deployed in that namespace, with the `preview` or `gitops` profile, that don't provide a custom eventing system configuration, will be linked to that Broker.
For more information about configuring the workflow eventing system, xref:cloud/operator/configuring-workflow-eventing-system.adoc[see].
The following `SonataFlowPlatform` CR fragment shows an example of such configuration:
Expand Down

0 comments on commit 593e471

Please sign in to comment.