Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kie-kogito-docs-631: Operator -> Cloud -> Deploy Supporting Services Section Updates #645

Merged
merged 8 commits into from
Jun 6, 2024
8 changes: 0 additions & 8 deletions serverlessworkflow/modules/ROOT/pages/cloud/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ xref:cloud/operator/install-serverless-operator.adoc[]
Learn how to install the {operator_name} in a Kubernetes cluster
--

[.card]
--
[.card-title]
xref:cloud/operator/enabling-jobs-service.adoc[]
[.card-description]
Learn how to deploy the Jobs Service using {operator_name} in a Kubernetes cluster
--

[.card]
--
[.card-title]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can freely edit any of the options in the key `controllers_cfg.yaml` entry.
| `jobsServicePostgreSQLImageTag` | empty | The Jobs Service image for PostgreSQL to use, if empty the operator will use the default Apache Community one based on the current operator's version.
| `jobsServiceEphemeralImageTag` | empty | The Jobs Service image without persistence to use, if empty the operator will use the default Apache Community one based on the current operator's version.
| `dataIndexPostgreSQLImageTag` | empty | The Data Index image for PostgreSQL to use, if empty the operator will use the default Apache Community one based on the current operator's version.
| `dataIndexEphemeralTag` | empty | The Data Index image without persistence to use, if empty the operator will use the default Apache Community one based on the current operator's version.
| `dataIndexEphemeralImageTag` | empty | The Data Index image without persistence to use, if empty the operator will use the default Apache Community one based on the current operator's version.
| `sonataFlowBaseBuilderImageTag` | empty | {product_name} base builder image used in the internal Dockerfile to build workflow applications in preview profile. If empty the operator will use the default Apache Community one based on the current operator's version.
| `sonataFlowDevModeImageTag` | empty | The image to use to deploy {product_name} workflow images in devmode profile. If empty the operator will use the default Apache Community one based on the current operator's version.
| `builderConfigMapName` | sonataflow-operator-builder-config | The default name of the builder configMap in the operator's namespace.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ The URL should be the same as the one you used when installing the operator.

* xref:cloud/operator/known-issues.adoc[]
* xref:cloud/operator/developing-workflows.adoc[]
* xref:cloud/operator/enabling-jobs-service.adoc[]
* xref:cloud/operator/supporting-services.adoc[Deploying the Supporting Services with the Operator]
wmedvede marked this conversation as resolved.
Show resolved Hide resolved

include::../../../pages/_common-content/report-issue.adoc[]
Loading