Helm chart for Vaultwarden, the (unofficial) Bitwarden-compatible server written in Rust, formerly known as bitwarden_rs
151
stars
72
forks
source link
Adding PVC does not work, because namespace is missing #104
Closed
n-able-consulting closed 3 months ago
The current template only sets name on the PVC, so K8S adds it to the default namespace.
By adding the following to the pvc.yaml this issue is solved:
New pvc.yaml full: