We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
persistentVolumeClaim.yaml uses persistence.storageClassName
persistentVolumeClaim.yaml
persistence.storageClassName
css-helm-chart/community-solid-server/templates/persistentVolumeClaim.yaml
Line 9 in 1c594eb
But values.yaml and the README.md use persistence.storageClass
values.yaml
README.md
persistence.storageClass
css-helm-chart/community-solid-server/values.yaml
Line 77 in 1c594eb
css-helm-chart/community-solid-server/README.md
Line 76 in 1c594eb
Am I not seeing some transformation or is it true that those don't line up?
The text was updated successfully, but these errors were encountered:
Correct, I was using a separate values file for testing which had storageClassName also, hence why this went undetected. Will change asap!
Sorry, something went wrong.
fix: use storageClassName in values.yaml (#6)
ced3408
Fixed in ced3408
No branches or pull requests
persistentVolumeClaim.yaml
usespersistence.storageClassName
css-helm-chart/community-solid-server/templates/persistentVolumeClaim.yaml
Line 9 in 1c594eb
But
values.yaml
and theREADME.md
usepersistence.storageClass
css-helm-chart/community-solid-server/values.yaml
Line 77 in 1c594eb
css-helm-chart/community-solid-server/README.md
Line 76 in 1c594eb
Am I not seeing some transformation or is it true that those don't line up?
The text was updated successfully, but these errors were encountered: