This is an automated email from the ASF dual-hosted git repository. ricardozanini pushed a commit to branch config-path-docs in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
commit 6775abbcbd875aa28872d2c60414d24c8eb9566d Author: Ricardo Zanini <[email protected]> AuthorDate: Thu Aug 7 12:27:20 2025 -0400 Add config path information to gitops section --- .../modules/ROOT/pages/cloud/operator/gitops-profile.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/serverlessworkflow/modules/ROOT/pages/cloud/operator/gitops-profile.adoc b/serverlessworkflow/modules/ROOT/pages/cloud/operator/gitops-profile.adoc index d770dfed9..c151d9aa0 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/gitops-profile.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/gitops-profile.adoc @@ -24,7 +24,7 @@ The table below highlights important paths in the container image file system. |Path | Description |`/deployments` -|Application deployment directory containing Quarkus application components +|Application deployment directory containing Quarkus application components. Must be accessible and have write access for the operator's user. |`/deployments/lib` |Directory for application libraries @@ -33,7 +33,10 @@ The table below highlights important paths in the container image file system. |Directory for application-specific resources |`/deployments/quarkus` -|Quarkus-specific configuration files +|Quarkus-specific manifest files + +|`/deployments/config` +|Workflow Application properties. This path is used by the operator to mount managed and user properties, which must be accessible, and the application should be able to read them at runtime. |=== --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
