Skip to content

2.5.0

Choose a tag to compare

@kkrolikowski kkrolikowski released this 01 Sep 06:26
· 42 commits to main since this release
e8e033b

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: common

This parameter is optional, so when no rootDir is specified, than HelmRelease name will be used to create parent folder on shared storage.