summaryrefslogtreecommitdiffstats
path: root/templates/elasticsearch-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/elasticsearch-deployment.yaml')
-rw-r--r--templates/elasticsearch-deployment.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/elasticsearch-deployment.yaml b/templates/elasticsearch-deployment.yaml
index 902f31e..a07db04 100644
--- a/templates/elasticsearch-deployment.yaml
+++ b/templates/elasticsearch-deployment.yaml
@@ -81,7 +81,8 @@ spec:
name: aai-elasticsearch-configmap
- name: elasticsearch-data
hostPath:
- path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/elasticsearch/data"
+ path: {{ .Values.persistence.mountPath }}/{{ .Release.Name }}/aai/elasticsearch/data
imagePullSecrets:
- name: "{{ .Values.nsPrefix }}-docker-registry-key"
#{{ end }}
+