You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the chart, the access mode is set to ReadWriteOnce, which only allows mounting to one node at once. When the backup pod is not on the same node running vaultwarden, this could happen.
The PVC should change to ReadWriteMany to fix this.
Any advice how to handle this?
The text was updated successfully, but these errors were encountered: