Skip to content

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

@se-jaeger

Description

@se-jaeger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions