-
Bug
-
Resolution: Done
-
Major
-
1.43.0.Final
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 36-38 (from Sep 4)
When following https://sonataflow.org/serverlessworkflow/1.44.0-SNAPSHOT/cloud/operator/referencing-resource-files.htm, if we define a workflowPath with an upper-case named directory like the following:
spec:
resources:
configMaps:
- configMap:
name: service-files
workflowPath: META-INF/resources
The directory is not created and it doesn't show any errors. If we change it to workflowPath: meta-inf/resources, it works.