diff options
author | Munir Ahmad <munir.ahmad@bell.ca> | 2018-02-05 08:40:34 -0500 |
---|---|---|
committer | Munir Ahmad <munir.ahmad@bell.ca> | 2018-02-05 08:40:34 -0500 |
commit | 24b15c99304ece0fbe3e47b92c2833cc1e189b46 (patch) | |
tree | 41a3c8ea21a0548e7c9ed3e3cc3d85cfa32e54bd /templates | |
parent | bccac379acdd6422375f8b2fa74dbe3ef082cbb1 (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 'templates')
-rw-r--r-- | templates/hbase-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/hbase-deployment.yaml b/templates/hbase-deployment.yaml index acb29da..3c1949c 100644 --- a/templates/hbase-deployment.yaml +++ b/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 |