summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-storageclass.yml.j2
blob: 9b8fae310afa5ac6f4c28b562305a4ca93345e0e (plain)
1
2
3
4
5
6
7
8
9
10
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: glusterfs-{{ glusterfs_name }}
provisioner: kubernetes.io/glusterfs
parameters:
  resturl: "http://{{ glusterfs_heketi_url }}:8081"
  secretNamespace: "{{ glusterfs_namespace }}"
  secretName: "heketi-{{ glusterfs_name }}-user-secret"