You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/orchestrator/con-environment-variables-supported-by-the-build-script.adoc
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The `build-sh` script supports the following environment variables to customize
7
7
8
8
`QUARKUS_EXTENSIONS`::
9
9
10
-
The `QUARKUS_EXTENSIONS` variable specifies additional Quarkus extensions required by the workflow. This variable takes the format of a comma-separated list of fully qualified extension IDs as shown in the following example:
10
+
The `QUARKUS_EXTENSIONS` variable specifies additional link:https://quarkus.io/extensions/[Quarkus] extensions required by the workflow. This variable takes the format of a comma-separated list of fully qualified extension IDs as shown in the following example:
11
11
+
12
12
[source,yaml]
13
13
----
@@ -18,10 +18,11 @@ Add Kafka messaging support or other integrations at build time.
18
18
19
19
`MAVEN_ARGS_APPEND`::
20
20
21
-
The `MAVEN_ARGS_APPEND` variable appends additional arguments to the *Maven build* command.
22
-
This variable takes the format of the string of Maven CLI arguments as shown in the following example:
21
+
The `MAVEN_ARGS_APPEND` variable appends additional arguments to the *Maven build* command. This variable takes the format of a string of Maven CLI arguments as shown in the following example:
Control build behavior. For example, set `maxYamlCodePoints` parameter that controls the maximum input size for YAML input files to 35000000 characters (~33MB in UTF-8).
Copy file name to clipboardExpand all lines: modules/orchestrator/proc-deploying-workflows-on-a-cluster.adoc
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,22 +16,22 @@ You can now deploy the workflow on a cluster, since the image has been pushed to
16
16
17
17
For further instructions on installing these components, see the {orchestrator-book-link}#con-orchestrator-plugin-components.adoc_orchestrator-rhdh[Orchestrator plugin components on {ocp-short}].
18
18
19
-
* You must apply the workflow manifests in a namespace that contains a `SonataflowPlatform` custom resource (CR), which manages the link:https://docs.redhat.com/en/documentation/red_hat_openshift_serverless/1.36/html-single/serverless_logic/index#serverless-logic-configuring-workflow-services[supporting services]. By default, OpenShift Serverless Logic services are installed in the `sonataflow-infra` namespace.
19
+
* You must apply the workflow manifests in a namespace that contains a `SonataflowPlatform` custom resource (CR), which manages the link:https://docs.redhat.com/en/documentation/red_hat_openshift_serverless/1.36/html-single/serverless_logic/index#serverless-logic-configuring-workflow-services[supporting services].
20
20
21
21
.Procedure
22
22
23
23
. Use the `kubectl create` command specifying the target namespace to apply the Kubernetes manifests as shown in the following example:
0 commit comments