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
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:
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Steps
In OpenShift, deploy a SonataFlow instance
test
withprod
profile and include a subflow with a user defined ConfigMap calledtest-subflow
.Mount the ConfigMap in the SonataFlow instance using:
Expected behavior
The Build generates an image building the
test
SWF and thetest-subflow
SWF, and all the mounted user properties (if any)Actual behavior
The build fails with an error:
Looking into the Pod, the expected folder structure is missing>
How to Reproduce?
No response
Output of
uname -a
orver
No response
Golang version
No response
Operator-sdk version
No response
SonataFlow Operator version or git rev
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: