guerzon/vaultwarden

Question: Should we use "default" storageclass name as default?

Closed this issue · 1 comments

The template of pvc has a default value called "default" on storageClassName.

storageClassName: {{ default "default" .Values.storage.class }}

Isn't that will make pvc asking for a storage class named default instead of asking for a default storage class?

thanks for the question @OrvilleQ. I will work on a fix, but PRs are also welcome.