Skip to content

Commit

Permalink
Update serverlessworkflow/modules/ROOT/pages/cloud/operator/configuri…
Browse files Browse the repository at this point in the history
…ng-workflows.adoc

Co-authored-by: Ricardo Zanini <[email protected]>
  • Loading branch information
dmartinol and ricardozanini authored Mar 8, 2024
1 parent a2de4e8 commit 8a0c41a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ When the operator deploys the Workflow service, it also creates two `ConfigMap`s
* 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.
[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.
====

You can use the Kubernetes object editor of your preference to add or edit the link:https://en.wikipedia.org/wiki/.properties[properties] in the Workflow configuration. Using `kubectl` you can do:

Expand Down

0 comments on commit 8a0c41a

Please sign in to comment.