Merge changes I6a379ec4,I982a75a9,Id8a84b79,I423294a5,Iefe3d89a
[oom.git] / kubernetes / aai / templates / hbase-deployment.yaml
index 08c2ee3..62b017d 100644 (file)
@@ -56,10 +56,11 @@ spec:
       volumes:
       - name: hbase-data
         hostPath:
-          path: /dockerdata-nfs/{{ .Values.nsPrefix }}/aai/hbase
+          path: {{ .Values.persistence.mountPath }}/{{ .Release.Name }}/aai/hbase
       - name: localtime
         hostPath:
           path: /etc/localtime
       imagePullSecrets:
       - name: "{{ .Values.nsPrefix }}-docker-registry-key"
 #{{ end }}
+