[bitnami/vault] Using existing PVC for data fails #31202
Labels
stale
15 days without activity
tech-issues
The user has a technical issue about an application
triage
Triage is needed
vault
Name and Version
bitnami/vault 1.6.1
What architecture are you using?
amd64
What steps will reproduce the bug?
.Values.server.persistence.enabled
totrue
and set an existing claimvault/templates/server/statefulset.yaml
line 229, this will create a "data" volumeMounts entryResulting in error
create Pod vault-server-0 in StatefulSet vault-server failed error: Pod "vault-server-0" is invalid: spec.containers[0].volumeMounts[0].name: Not found: "data"
Are you using any custom parameters or values?
see above
What is the expected behavior?
proper "data" volume mounting
What do you see instead?
create Pod vault-server-0 in StatefulSet vault-server failed error: Pod "vault-server-0" is invalid: spec.containers[0].volumeMounts[0].name: Not found: "data"
Additional information
Workaround using
.Values.server.extraVolumes
worksThe text was updated successfully, but these errors were encountered: