helm-charts
helm-charts copied to clipboard
fix: rename storageClass to storageClassName based in docs and comments
Description
In the values.yaml and README.md, it mentions defining storageClassName
to use a custom storageClassName. However, the variable in statefulset.yaml uses storageClass
instead. This pull request changes storageClass
to storageClassName
to ensure consistency and proper functionality.
Issues Resolved
- No specific issue number, but this change addresses the inconsistency between the documentation and the statefulset.yaml file regarding the
storageClassName
.
Check List
- [* ] Commits are signed per the DCO using --signoff
For any changes to files within Helm chart directories:
- [ ] Helm chart version bumped
- [ ] Helm chart
CHANGELOG.md
updated to reflect change
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.