summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates/hbase-deployment.yaml
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-03-23 22:36:50 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-23 22:36:50 +0000
commite827ca05b6efa7cdcc60c4b3eba5ebfa9546bd08 (patch)
treedc0d7c8406f074d9e9d75ed5e843e12e7d55730f /kubernetes/aai/templates/hbase-deployment.yaml
parent37764a610ae66b53ed6b40c9eb11f54187e5dde0 (diff)
parent96bebdcf842ef0e6c1c65713930331f0c72d1d55 (diff)
Merge changes I6a379ec4,I982a75a9,Id8a84b79,I423294a5,Iefe3d89a
* changes: SO endpoints and service update SDNC parameterized persisted type and location Portal selective readiness check Message-router parameterization AAI parameterization
Diffstat (limited to 'kubernetes/aai/templates/hbase-deployment.yaml')
-rw-r--r--kubernetes/aai/templates/hbase-deployment.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/aai/templates/hbase-deployment.yaml b/kubernetes/aai/templates/hbase-deployment.yaml
index 08c2ee3734..62b017db29 100644
--- a/kubernetes/aai/templates/hbase-deployment.yaml
+++ b/kubernetes/aai/templates/hbase-deployment.yaml
@@ -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 }}
+