summaryrefslogtreecommitdiffstats
path: root/charts/aai-hbase/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'charts/aai-hbase/templates/deployment.yaml')
-rw-r--r--charts/aai-hbase/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-hbase/templates/deployment.yaml b/charts/aai-hbase/templates/deployment.yaml
index 4c92dfd..5308fa0 100644
--- a/charts/aai-hbase/templates/deployment.yaml
+++ b/charts/aai-hbase/templates/deployment.yaml
@@ -64,7 +64,7 @@ spec:
volumes:
- name: hbase-data
hostPath:
- path: {{ .Values.persistence.mountPath }}/{{ include "common.namespace" . }}/{{ .Values.persistence.mountSubPath }}
+ path: {{ .Values.persistence.mountPath }}/{{ .Release.Name }}/{{ .Values.persistence.mountSubPath }}
- name: localtime
hostPath:
path: /etc/localtime