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

Using storage.existingVolumeClaim in v0.31.1 can't find existing attachments. #139

Open
se-jaeger opened this issue Dec 20, 2024 · 1 comment · May be fixed by #145
Open

Using storage.existingVolumeClaim in v0.31.1 can't find existing attachments. #139

se-jaeger opened this issue Dec 20, 2024 · 1 comment · May be fixed by #145

Comments

@se-jaeger
Copy link

Using storage.existingVolumeClaim mounts the actual attachments into /data/attachments/attachments, resulting in Bitwarden not finding the attachment files.

I'm suspecting that the second mount of vaultwarden-data is too much and causes some kind of 'recursion'

volumeMounts:
- name: vaultwarden-data
mountPath: {{ default "/data" .dataPath }}
- name: vaultwarden-data
mountPath: {{ default "/data/attachments" .attachmentsPath }}

I'm using the latest version 0.31.1.

@ntcong
Copy link

ntcong commented Dec 26, 2024

oh I saw the problem with existingVolumeClaim, will try to fix it in a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants