To temporarily workaround the issue logged by OOM-171
Issue-ID: OOM-171
Change-Id: I9043d1bff1c5594bd87fcc38f25b8b13c2de4999
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
       name: hbase
     spec:
       hostname: hbase
-      volumes:
-        - name: hbase-opt-data
-          hostPath:
-            path: /dockerdata-nfs/onap/aai/hbase/opt/data
       containers:
       - name: hbase
         image: {{ .Values.image.aaiHbase }}
         imagePullPolicy: {{ .Values.pullPolicy }}
-        volumeMounts:
-        - mountPath: /opt/data/
-          name: hbase-opt-data
         ports:
         - containerPort: 8020
         readinessProbe: