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

Helm Values.yml missing storeageClass (On stack w more than 1 default StoreageClass) #43

Open
doug62 opened this issue Jan 30, 2021 · 1 comment
Assignees

Comments

@doug62
Copy link

doug62 commented Jan 30, 2021

A helm install on a stack with more than 1 default storeage class produces an error - the following fix corrects it.

persistence:
size: "2Gi"
annotations: {}
storageClass: - this is a value that should be documented/included in values.yaml

@funkypenguin funkypenguin self-assigned this Feb 3, 2021
@funkypenguin
Copy link
Contributor

Thanks for pointing this out, @doug62! Once merged, #44 will include a reference to persistence.storageClass in values.yaml. The value is documented (along with other customisations) in the chart README though :)

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

2 participants