Name and Version
bitnami/mongodb
What steps will reproduce the bug?
See
|
mountPath: /opt/bitnami/redis-cluster/tmp |
Are you using any custom parameters or values?
nope
What is the expected behavior?
instead of /opt/bitnami/redis-cluster/tmp use /opt/bitnami/mongodb/tmp like in
|
mountPath: /opt/bitnami/mongodb/tmp |
What do you see instead?
/opt/bitnami/redis-cluster/tmp
Additional information
No response
Name and Version
bitnami/mongodb
What steps will reproduce the bug?
See
charts/bitnami/mongodb/templates/hidden/statefulset.yaml
Line 469 in 5743264
Are you using any custom parameters or values?
nope
What is the expected behavior?
instead of
/opt/bitnami/redis-cluster/tmpuse/opt/bitnami/mongodb/tmplike incharts/bitnami/mongodb/templates/hidden/statefulset.yaml
Line 383 in 5743264
What do you see instead?
/opt/bitnami/redis-cluster/tmpAdditional information
No response