You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
File located at "helm/scylla/templates/cluster.yaml" has following line for setting k8s storage class: storageClassName: {{ .storage.className }}
Doc located at "docs/source/scylla_cluster_crd.md" says following:
Describe the bug
File located at "helm/scylla/templates/cluster.yaml" has following line for setting k8s storage class:
storageClassName: {{ .storage.className }}
Doc located at "docs/source/scylla_cluster_crd.md" says following:
But "helm/scylla/values.schema.json" one has following:
And when storage class is provided to the chart it ignores it and default storage class is used.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
PVCs use provided non-default storage class
Config Files
If relevant, upload your configuration files here using GitHub, there is no need to upload them to any 3rd party services
Logs
Please, provide
kubectl get events
,kubectl logs -n scylla pod-name
and other relevant information.Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: