diff --git a/molgenis/templates/deployment.yaml b/molgenis/templates/deployment.yaml index c14d714..206f670 100644 --- a/molgenis/templates/deployment.yaml +++ b/molgenis/templates/deployment.yaml @@ -94,7 +94,7 @@ spec: - containerPort: 9300 {{- if $.Values.persistence.enabled }} volumeMounts: - - name: elastic-nfs + - name: elasticsearch-nfs mountPath: /usr/share/elasticsearch/data {{- end }}