mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix(pvc): show access modes [EE-5581] (#10554)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
87b486b798
commit
e3a995d515
5 changed files with 25 additions and 20 deletions
|
@ -3,12 +3,12 @@
|
|||
*/
|
||||
const _KubernetesStorageClassAccessPolicies = Object.freeze([
|
||||
{
|
||||
Name: 'RWO',
|
||||
Name: 'ReadWriteOnce',
|
||||
Description: 'Allow read-write from a single pod only (RWO)',
|
||||
selected: true,
|
||||
},
|
||||
{
|
||||
Name: 'RWX',
|
||||
Name: 'ReadWriteMany',
|
||||
Description: 'Allow read-write access from one or more pods concurrently (RWX)',
|
||||
selected: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue