From 76775d14a9167af6774062fed930f44197a530b1 Mon Sep 17 00:00:00 2001 From: Ricardo Zanini Date: Fri, 8 Mar 2024 09:41:27 -0300 Subject: [PATCH] Add config to attributes.yaml Signed-off-by: Ricardo Zanini --- serverlessworkflow/antora.yml | 1 + .../modules/ROOT/pages/cloud/operator/global-configuration.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/serverlessworkflow/antora.yml b/serverlessworkflow/antora.yml index 1934468a6..4c2d2bac4 100644 --- a/serverlessworkflow/antora.yml +++ b/serverlessworkflow/antora.yml @@ -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 diff --git a/serverlessworkflow/modules/ROOT/pages/cloud/operator/global-configuration.adoc b/serverlessworkflow/modules/ROOT/pages/cloud/operator/global-configuration.adoc index f99d081e6..4bf338fd1 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/global-configuration.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/global-configuration.adoc @@ -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 <> for more information.