summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j2
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-02-12 11:53:43 -0800
committerGitHub <noreply@github.com>2018-02-12 11:53:43 -0800
commit31b0dff6385c48ebd3b3c306a2b53e9d9b63b744 (patch)
tree2d4487b72a7b1b7234359a04d8a9aad84e546414 /roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j2
parent79a487da0a4eeb10776ad312debacf603189ef04 (diff)
parent27c60fa67aa0c62e48165a40c78223e264070e9a (diff)
downloadopenshift-31b0dff6385c48ebd3b3c306a2b53e9d9b63b744.tar.gz
openshift-31b0dff6385c48ebd3b3c306a2b53e9d9b63b744.tar.bz2
openshift-31b0dff6385c48ebd3b3c306a2b53e9d9b63b744.tar.xz
openshift-31b0dff6385c48ebd3b3c306a2b53e9d9b63b744.zip
Merge pull request #7083 from SaravanaStorageNetwork/fix_templates
Automatic merge from submit-queue. Backport changes for glusterfs and heketi template Backport changes for glusterfs and heketi template To avoid unknown parameter errors like GB_GLFS_LRU_COUNT and HEKETI_FSTAB Signed-off-by: Saravanakumar Arumugam <sarumuga@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.j24
1 files changed, 0 insertions, 4 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 ca87807fe..095fb780f 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
@@ -3,10 +3,6 @@ apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: glusterfs-{{ glusterfs_name }}
-{% if glusterfs_storageclass_default is defined and glusterfs_storageclass_default %}
- annotations:
- storageclass.kubernetes.io/is-default-class: "true"
-{% endif %}
provisioner: kubernetes.io/glusterfs
parameters:
resturl: "http://{% if glusterfs_heketi_is_native %}{{ glusterfs_heketi_route }}{% else %}{{ glusterfs_heketi_url }}:{{ glusterfs_heketi_port }}{% endif %}"