2.5.0
Use case
In some cases there's a need to share common shared storage space among more than one app or different app instances (i.e. server and worker instances). To solve this problem a new option was introduced: rootDir
This change was introduced in #9 issue.
How to use
rootDir configuration
values:
volumes:
rootDir: commonThis parameter is optional, so when no rootDir is specified, than HelmRelease name will be used to create parent folder on shared storage.