summaryrefslogtreecommitdiffstats
path: root/templates/hbase-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hbase-deployment.yaml')
-rw-r--r--templates/hbase-deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/hbase-deployment.yaml b/templates/hbase-deployment.yaml
index 598fc0f..79983eb 100644
--- a/templates/hbase-deployment.yaml
+++ b/templates/hbase-deployment.yaml
@@ -2,7 +2,7 @@ apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: hbase
- namespace: {{ .Values.NS }}
+ namespace: "{{ .Values.nsPrefix }}-aai"
spec:
selector:
matchLabels:
@@ -26,4 +26,4 @@ spec:
initialDelaySeconds: 5
periodSeconds: 10
imagePullSecrets:
- - name: onap-docker-registry-key
+ - name: "{{ .Values.nsPrefix }}-docker-registry-key"