dmartinol opened a new issue, #307:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/307

   ### Describe the bug
   
   **Steps**
   In OpenShift, deploy a SonataFlow instance `test` with `prod` profile and 
include a subflow with a user defined ConfigMap called `test-subflow`.
   Mount the ConfigMap in the SonataFlow instance using:
   ```yaml
   spec:
     resources: 
       configMaps:
         - configMap:
             name: escalation-subflow 
   ```
   
   ### Expected behavior
   
   The Build generates an image building the `test` SWF and the `test-subflow` 
SWF, and all the mounted user properties (if any)
   
   ### Actual behavior
   
   The build fails with an error:
   ```
   NoSuchFileException:
               
/home/kogito/serverless-workflow-project/src/main/resources/specs/jira.yaml
   ```
   Looking into the Pod, the expected folder structure is missing>
   ```
   sh-4.4# ls /home/kogito/serverless-workflow-project/resources
   ls: cannot access '/home/kogito/serverless-workflow-project/resources': No 
such file or directory
   sh-4.4# ls /home/kogito/
   ls: cannot access '/home/kogito/': No such file or directory
   ```
   
   ### How to Reproduce?
   
   _No response_
   
   ### Output of `uname -a` or `ver`
   
   _No response_
   
   ### Golang version
   
   _No response_
   
   ### Operator-sdk version
   
   _No response_
   
   ### SonataFlow Operator version or git rev
   
   _No response_
   
   ### Additional information
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to