diff options
author | BorislavG <Borislav.Glozman@amdocs.com> | 2018-05-03 14:29:51 +0000 |
---|---|---|
committer | BorislavG <Borislav.Glozman@amdocs.com> | 2018-05-07 10:58:52 +0000 |
commit | 56857c4646ffc7d77b7a5908d4c9e18b9206a7dd (patch) | |
tree | c75c0f5508c2c8369113c1cd8c896a48ab1280b1 /kubernetes/aai/charts/aai-hbase/templates | |
parent | 891e1d12cccb1986238b48e7bd2e25476dcfa90c (diff) |
Fix persistent volume to be mapped to Release.Name
Change-Id: I98754174e50537df2e82a9d9b40f471edff19e69
Issue-ID: OOM-907
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-hbase/templates')
-rw-r--r-- | kubernetes/aai/charts/aai-hbase/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-hbase/templates/deployment.yaml b/kubernetes/aai/charts/aai-hbase/templates/deployment.yaml index 4c92dfd4a8..5308fa0362 100644 --- a/kubernetes/aai/charts/aai-hbase/templates/deployment.yaml +++ b/kubernetes/aai/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 |