summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-05-18 14:34:41 -0500
committerJose A. Rivera <jarrpa@redhat.com>2017-06-13 13:10:23 -0500
commitefc6b81fa415cb1498ca0256cc27f3fb9d72ace7 (patch)
tree5e97412e272a2f059dd11e29633c7b62abc7b475 /roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml
parent9c06b1e7fc9cdf7a5cc190ce7f683c00b60d97e8 (diff)
downloadopenshift-efc6b81fa415cb1498ca0256cc27f3fb9d72ace7.tar.gz
openshift-efc6b81fa415cb1498ca0256cc27f3fb9d72ace7.tar.bz2
openshift-efc6b81fa415cb1498ca0256cc27f3fb9d72ace7.tar.xz
openshift-efc6b81fa415cb1498ca0256cc27f3fb9d72ace7.zip
GlusterFS: Allow configuration of kube namespace for heketi
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml')
-rw-r--r--roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml b/roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml
index c9945be13..c132e9c2c 100644
--- a/roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml
+++ b/roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml
@@ -81,6 +81,8 @@ objects:
value: '14'
- name: HEKETI_KUBE_GLUSTER_DAEMONSET
value: '1'
+ - name: HEKETI_KUBE_NAMESPACE
+ value: ${HEKETI_KUBE_NAMESPACE}
ports:
- containerPort: 8080
volumeMounts:
@@ -107,6 +109,10 @@ parameters:
- name: HEKETI_ADMIN_KEY
displayName: Heketi Administrator Secret
description: Set secret for administration of the Heketi service as user _admin_
+- name: HEKETI_KUBE_NAMESPACE
+ displayName: Namespace
+ description: Set the namespace where the GlusterFS pods reside
+ value: default
- name: IMAGE_NAME
displayName: GlusterFS container name
required: True