fix: RWX access mode is about nodes, not pods

This commit is contained in:
Romain Guichard
2021-09-13 14:50:05 +02:00
parent 4c5a4f17b6
commit 56342b7ed6
@@ -28,7 +28,7 @@ metadata:
name: shared-cache
spec:
accessModes:
- ReadWriteMany # Allow many pods to access shared-cache simultaneously.
- ReadWriteMany # Allow many nodes to access shared-cache simultaneously.
resources:
requests:
storage: 1Gi