File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/concepts/policy Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -421,8 +421,10 @@ The **recommended minimum set** of allowed volumes for new PSPs are:
421
421
- projected
422
422
423
423
{{< warning >}}
424
- PodSecurityPolicy does not limit the types of `PersistentVolume` objects that may be referenced by a `PersistentVolumeClaim`.
425
- Only trusted users should be granted permission to create `PersistentVolume` objects.
424
+ PodSecurityPolicy does not limit the types of `PersistentVolume` objects that
425
+ may be referenced by a `PersistentVolumeClaim`, and hostPath type
426
+ ` PersistentVolumes` do not support read-only access mode. Only trusted users
427
+ should be granted permission to create `PersistentVolume` objects.
426
428
{{< /warning >}}
427
429
428
430
**FSGroup** - Controls the supplemental group applied to some volumes.
You can’t perform that action at this time.
0 commit comments