Closed
Description
Currently Spel and env variables allows to dynamically generate the content of a given string element.
We need more complex scenario such as :
- Mount a volume depending on the result of a Spel
- Mount variable list of volumes, depending on the result of a Spel
As for 2. We would mount one volume per group. Let's say user has groups [project1, project2] then we would mount both [/data/project1, /data/priject2]
Glad to contributeon this.