this should default to ReadWriteMany

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek
2019-01-24 08:49:11 -05:00
parent ba9ed1b38c
commit df2326f9d7
+1 -1
View File
@@ -103,7 +103,7 @@ persistence:
# The requested size of the volume to be used when creating a # The requested size of the volume to be used when creating a
# PersistentVolumeClaim. # PersistentVolumeClaim.
size: 20Gi size: 20Gi
accessMode: ReadWriteOnce accessMode: ReadWriteMany
resources: {} resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious