ricardozanini commented on code in PR #571:
URL: 
https://github.com/apache/incubator-kie-kogito-docs/pull/571#discussion_r1519778117


##########
serverlessworkflow/modules/ROOT/pages/cloud/operator/supporting-services.adoc:
##########
@@ -98,9 +98,32 @@ spec:
 <4> Number of Data Index pods, defaults to `1`
 <5> Custom Data Index container image name
 
+[#cluster-wide-services]
+== Cluster-Wide Supporting Services
+
+The `SonataFlowClusterPlatform` CR is optionally used to specify a 
cluster-wide set of supporting services for workflow consumption. This is done 
by referencing an existing, namespaced `SonataFlowPlatform` resource.
+
+Following is a basic configuration. It will allow workflows cluster-wide to 
leverage whatever supporting services are configured in the chosen "central" 
namespace.
+
+.Example of a basic SonataFlowClusterPlatform CR
+[source,yaml,subs="attributes+"]
+----
+apiVersion: sonataflow.org/v1alpha08
+kind: SonataFlowClusterPlatform
+metadata:
+  name: cluster-platform
+spec:
+  platformRef:
+    name: sonataflow-platform
+    namespace: <central namespace>
+----
+
+NOTE: These cluster-wide services can be overridden in any namespace, by 
configuring that namespace's `SonataFlowPlatform.spec.services`.

Review Comment:
   ```suggestion
   [NOTE]
   ====
   These cluster-wide services can be overridden in any namespace, by 
configuring that namespace's `SonataFlowPlatform.spec.services`.
   ====
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to