diff options
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 |