summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j2
blob: 2ec9a9e9af4471dfca2be96c682a10db1f6e96e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: glusterfs-{{ glusterfs_name }}
provisioner: kubernetes.io/glusterfs
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 }}-admin-secret"