Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/vault] Using existing PVC for data fails #31202

Open
fredleb opened this issue Jan 2, 2025 · 2 comments · May be fixed by #31211
Open

[bitnami/vault] Using existing PVC for data fails #31202

fredleb opened this issue Jan 2, 2025 · 2 comments · May be fixed by #31211
Assignees
Labels
stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed vault

Comments

@fredleb
Copy link

fredleb commented Jan 2, 2025

Name and Version

bitnami/vault 1.6.1

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. Set .Values.server.persistence.enabled to true and set an existing claim
  2. In vault/templates/server/statefulset.yaml line 229, this will create a "data" volumeMounts entry
  3. There is however no matching "data" entry in the list of volumes that starts line 243

Resulting 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 works

@fredleb fredleb added the tech-issues The user has a technical issue about an application label Jan 2, 2025
@github-actions github-actions bot added the triage Triage is needed label Jan 2, 2025
@carrodher carrodher added the vault label Jan 3, 2025
@carrodher
Copy link
Member

Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed vault
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants