Before this change was introduced and the user defined a single drive for versions, originals and backups, the created volumeMounts block was incorrectly shaped.
How Has This Been Tested?
make install-fylr-dev
Test Configuration:
Kubernetes version: v1.25.0
Kubectl version: v1.25.0
Helm version: v3.9.2
Node operation system: ubuntu 22.04
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
Description
Before this change was introduced and the user defined a single drive for
versions
,originals
andbackups
, the created volumeMounts block was incorrectly shaped.How Has This Been Tested?
Test Configuration:
v1.25.0
v1.25.0
v3.9.2
ubuntu 22.04
Checklist