Skip to content

Commit

Permalink
Add config to attributes.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Mar 8, 2024
1 parent a952e42 commit 76775d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions serverlessworkflow/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ asciidoc:
# same for upstream and downstream while the operator is community only
operator_name: SonataFlow Operator
operator_installation_namespace: sonataflow-operator-system
operator_controller_config: sonataflow-operator-controllers-config
# upstream: io.quarkus.platform
#quarkus_platform: com.redhat.quarkus.platform
quarkus_platform: io.quarkus.platform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This document describes how to set global configuration options for the {operato
== Modifying configuration options

After installing the operator, you can access the ConfigMap named `sonataflow-operator-controllers-config` in the namespace `{operator_installation_namespace}`.
After installing the operator, you can access the ConfigMap named `{operator_controller_config}` in the namespace `{operator_installation_namespace}`.
This configuration file governs the operator's behavior when creating new resources in the cluster. Existing resources won't be changed after this configuration.
See the section <<config-changes>> for more information.

Expand Down

0 comments on commit 76775d1

Please sign in to comment.