From 7305d54630cb495dd4ae2a8a9212eec6a6d46315 Mon Sep 17 00:00:00 2001 From: sido Date: Wed, 12 Sep 2018 08:17:34 +0200 Subject: [PATCH] updated volume name --- molgenis/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}