summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j2
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-06-21 14:27:37 -0500
committerJose A. Rivera <jarrpa@redhat.com>2017-06-21 14:27:37 -0500
commitf97e06c970688324356ae4ebf3137de0c1097c4f (patch)
treee2376cb546b0a74fcb27c4063cd05e77fa96ee4a /roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j2
parent326d8e530db5f0cfcbc1a77451150699063e900e (diff)
downloadopenshift-f97e06c970688324356ae4ebf3137de0c1097c4f.tar.gz
openshift-f97e06c970688324356ae4ebf3137de0c1097c4f.tar.bz2
openshift-f97e06c970688324356ae4ebf3137de0c1097c4f.tar.xz
openshift-f97e06c970688324356ae4ebf3137de0c1097c4f.zip
GlusterFS: Fix heketi secret name
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j2')
-rw-r--r--roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j2 b/roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j2
index 5ea801e60..2ec9a9e9a 100644
--- a/roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j2
+++ b/roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j2
@@ -8,4 +8,4 @@ parameters:
resturl: "http://{% if glusterfs_heketi_is_native %}{{ glusterfs_heketi_route }}{% else %}{{ glusterfs_heketi_url }}:{{ glusterfs_heketi_port }}{% endif %}"
restuser: "admin"
secretNamespace: "{{ glusterfs_namespace }}"
- secretName: "heketi-{{ glusterfs_name }}-secret"
+ secretName: "heketi-{{ glusterfs_name }}-admin-secret"