Skip to content

Commit

Permalink
AEROGEAR-3480 ReadWriteMany->ReadWriteOnce
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Chepeliuk committed Jul 31, 2018
1 parent 133ab93 commit 6e24fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/provision-keycloak-apb/tasks/provision-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: '{{ keycloak_pv_claim_name }}'
state: present
namespace: '{{ namespace }}'
access_modes: [ReadWriteMany]
access_modes: [ReadWriteOnce, ReadWriteMany]
spec_resources_requests:
storage: 10M
register: create_volume_claim
Expand Down Expand Up @@ -152,4 +152,4 @@
- {name: REALM, value: "{{ KEYCLOAK_REALM }}"}
- {name: URI, value: "{{ KEYCLOAK_HOST }}"}
when: not encode_asb_binding
no_log: yes
no_log: yes

0 comments on commit 6e24fb6

Please sign in to comment.