Rename some persistent volume names to match k8s names

rancher/rancher#24081
This commit is contained in:
Westly Wright 2019-11-20 15:41:32 -07:00
parent 4288758d6b
commit ae32ee3d41
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 4 additions and 4 deletions

View File

@ -9392,7 +9392,7 @@ storageClass:
glusterfs:
title: Gluster Volume
local:
title: Local Node Disk
title: Local
longhorn:
title: Longhorn
portworx-volume:
@ -9438,7 +9438,7 @@ volumeSource:
glusterfs:
title: Gluster Volume
host-path:
title: Local Node Path
title: HostPath
path:
label: Path on the Node
placeholder: e.g. /data
@ -9455,7 +9455,7 @@ volumeSource:
iscsi:
title: iSCSI Target
local:
title: Local Node Disk
title: Local
nfs:
title: NFS Share
photon:
@ -9839,4 +9839,4 @@ selectValueCheck:
{values, plural,
=1 {Please select a new value. The following is no longer valid:}
other {Please select new values. The following are no longer valid:}
}
}