Skip to content

Commit

Permalink
updating managed props suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartinol committed Mar 8, 2024
1 parent 8a0c41a commit 076427e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This document describes how to configure a Workflow service with the {operator_n
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`.
* 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-managed-props`.

[IMPORTANT]
====
Expand Down

0 comments on commit 076427e

Please sign in to comment.