ricardozanini commented on code in PR #527:
URL:
https://github.com/apache/incubator-kie-kogito-docs/pull/527#discussion_r1514905454
##########
serverlessworkflow/modules/ROOT/pages/cloud/operator/configuring-workflows.adoc:
##########
@@ -8,7 +8,13 @@ This document describes how to configure a Workflow service
with the {operator_n
== Editing the Workflow Configuration
-When the operator deploys the Workflow service, it also creates a `ConfigMap`
named after the `SonataFlow` object with the suffix `-props`. For example, if
your Workflow name is `greeting`, then the `ConfigMap` name is `greeting-props`.
+When the operator deploys the Workflow service, it also creates two
`ConfigMap`s to store the runtime properties:
+
+* The user properties are defined in a `ConfigMap` named after the
`SonataFlow` object with the suffix `-props`. For example, if your Workflow
name is `greeting`, then the `ConfigMap` name is `greeting-props`.
+* The xref:#managed-props[Managed Properties] are defined in a `ConfigMap`
named after the `SonataFlow` object with the suffix `-managed-props`. For
example, if your Workflow name is `greeting`, then the `ConfigMap` name is
`greeting-props`.
Review Comment:
```suggestion
* The xref:#managed-props[Managed Properties] are defined in a `ConfigMap`
named after the `SonataFlow` object with the suffix `-managed-props`. For
example, if your Workflow name is `greeting`, then the `ConfigMap` name is
`greeting-props-managed`.
? I don't remember the name exactly but those names differ, right?
```
##########
serverlessworkflow/modules/ROOT/pages/cloud/operator/configuring-workflows.adoc:
##########
@@ -8,7 +8,13 @@ This document describes how to configure a Workflow service
with the {operator_n
== Editing the Workflow Configuration
-When the operator deploys the Workflow service, it also creates a `ConfigMap`
named after the `SonataFlow` object with the suffix `-props`. For example, if
your Workflow name is `greeting`, then the `ConfigMap` name is `greeting-props`.
+When the operator deploys the Workflow service, it also creates two
`ConfigMap`s to store the runtime properties:
+
+* The user properties are defined in a `ConfigMap` named after the
`SonataFlow` object with the suffix `-props`. For example, if your Workflow
name is `greeting`, then the `ConfigMap` name is `greeting-props`.
+* The xref:#managed-props[Managed Properties] are defined in a `ConfigMap`
named after the `SonataFlow` object with the suffix `-managed-props`. For
example, if your Workflow name is `greeting`, then the `ConfigMap` name is
`greeting-props`.
+
+Note that managed properties always override any user property using the same
key name and cannot be edited by the user: any change would be
+overwritten by the operator at the next reconciliation cycle.
Review Comment:
```suggestion
[IMPORTANT]
====
Managed properties always override any user property using the same key name
and cannot be edited by the user. Any change would be overwritten by the
operator at the next reconciliation cycle.
====
```
--
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]