summaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorMunir Ahmad <munir.ahmad@bell.ca>2018-02-05 08:40:34 -0500
committerMunir Ahmad <munir.ahmad@bell.ca>2018-02-05 13:44:05 +0000
commitc27640a084242f77600a8630b475772094ae314a (patch)
tree2b04e6ff3cf5a23bbb5c45a7447f9150d308ecab /kubernetes
parentf1376d0fa41b8be8627d679eb8656138b15dad95 (diff)
Persist AAI data add ns prefix
Issue-ID: OOM-639 Change-Id: I31ba467f6a48938b8c6ac40b76abf67f2362d743 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/aai/templates/hbase-deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/templates/hbase-deployment.yaml b/kubernetes/aai/templates/hbase-deployment.yaml
index acb29dad09..3c1949c35a 100644
--- a/kubernetes/aai/templates/hbase-deployment.yaml
+++ b/kubernetes/aai/templates/hbase-deployment.yaml
@@ -41,7 +41,7 @@ spec:
volumes:
- name: hbase-data
hostPath:
- path: /dockerdata-nfs/onap/aai/hbase
+ path: /dockerdata-nfs/{{ .Values.nsPrefix }}/aai/hbase
- name: localtime
hostPath:
path: /etc/localtime