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

Empty className leads to PVC in Pending state #13

Open
iceman91176 opened this issue Oct 1, 2020 · 0 comments
Open

Empty className leads to PVC in Pending state #13

iceman91176 opened this issue Oct 1, 2020 · 0 comments

Comments

@iceman91176
Copy link

If no value for persistence.storageClass is provided, the helm chart references an empty ("") class. This leads to a PVC stuck in pending, because this classname can't be found.

Kubernetes docs state "If storageClassName is set to an empty string (‘’) in the PVC, no storage class will be used (i.e.; dynamic provisioning is disabled for this PVC)"

Problem is here

iceman91176 added a commit to iceman91176/bitwarden-k8s that referenced this issue Oct 1, 2020
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

No branches or pull requests

1 participant