blob: 9f99056c43ff7ca0d5dc759e67a6d5eba140f63d (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/roles/ansible_service_broker/tasks/install.yml
+++ b/roles/ansible_service_broker/tasks/install.yml
@@ -211,6 +211,7 @@
access_modes:
- ReadWriteOnce
volume_capacity: 1G
+ storage_class_name: glusterfs-storage
- name: Search for existing Ansible Service Broker deployment config
oc_obj:
|