Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AEROGEAR-3480 ReadWriteMany->ReadWriteOnce #102

Merged
merged 1 commit into from Jul 31, 2018
Merged

Conversation

vchepeli
Copy link
Contributor

No description provided.

@@ -3,7 +3,7 @@
name: '{{ keycloak_pv_claim_name }}'
state: present
namespace: '{{ namespace }}'
access_modes: [ReadWriteMany]
access_modes: [ReadWriteOnce]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we instead change this to:

access_modes: [ReadWriteOnce, ReadWriteMany]

So it will work with either type of PV.

@vchepeli vchepeli requested review from mikenairn, philbrookes and psturc and removed request for aidenkeating July 31, 2018 09:56
@vchepeli vchepeli merged commit 942f7a9 into master Jul 31, 2018
@vchepeli vchepeli deleted the t_AEROGEAR-3480 branch July 31, 2018 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants