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.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/elasticsearch-deployment.yaml b/templates/elasticsearch-deployment.yaml
index d3535d0..7eae172 100644
--- a/templates/elasticsearch-deployment.yaml
+++ b/templates/elasticsearch-deployment.yaml
@@ -67,7 +67,7 @@ spec:
name: aai-elasticsearch-configmap
- name: elasticsearch-data
hostPath:
- path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/"
+ path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/elasticsearch/data"
imagePullSecrets:
- name: "{{ .Values.nsPrefix }}-docker-registry-key"
#{{ end }}