This is an automated email from the ASF dual-hosted git repository.

ricardozanini pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new d76bc95e2 Add config path information to gitops section (#731)
d76bc95e2 is described below

commit d76bc95e22cd5172532b558a7020db434ed1c7cc
Author: Ricardo Zanini <[email protected]>
AuthorDate: Thu Aug 14 13:10:30 2025 -0400

    Add config path information to gitops section (#731)
    
    * Add config path information to gitops section
    
    * Additional info about mount path
---
 .../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..740383e36 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. The image shouldn't create this path 
upfront; it will be created by the Kubernetes config map controller.
 
 |===
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to