diff --git a/helm/solr/templates/solrcloud.yaml b/helm/solr/templates/solrcloud.yaml index 1bfab1e8..3f0dcfa1 100644 --- a/helm/solr/templates/solrcloud.yaml +++ b/helm/solr/templates/solrcloud.yaml @@ -146,6 +146,9 @@ spec: {{- if .Values.dataStorage.persistent.pvc.storageClassName }} storageClassName: {{ .Values.dataStorage.persistent.pvc.storageClassName | quote }} {{- end }} + {{- if .Values.dataStorage.persistent.pvc.volumeAttributesClassName }} + volumeAttributesClassName: {{ .Values.dataStorage.persistent.pvc.volumeAttributesClassName | quote }} + {{- end }} {{- end }} {{- else }} ephemeral: diff --git a/helm/solr/values.yaml b/helm/solr/values.yaml index e6addba7..109635f2 100644 --- a/helm/solr/values.yaml +++ b/helm/solr/values.yaml @@ -135,6 +135,7 @@ dataStorage: labels: {} annotations: {} storageClassName: "" + volumeAttributesClassName: "" # How to control availability for Solr Nodes availability: