mirror of https://github.com/rancher/dashboard.git
Fix labels
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
1e23b1cea1
commit
cd20c86597
|
|
@ -3004,7 +3004,7 @@ fleet:
|
|||
selectLabel: Values From
|
||||
options:
|
||||
configMapKeyRef: ConfigMap Key
|
||||
secretKeyRef: Secret key
|
||||
secretKeyRef: Secret Key
|
||||
loading: Loading ConfigMaps and Secrets
|
||||
serviceAccount:
|
||||
label: Service Account Name
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ export default {
|
|||
{ value: 'simple', label: 'Key/Value Pair' },
|
||||
{ value: 'resourceFieldRef', label: 'Resource' },
|
||||
{ value: 'configMapKeyRef', label: 'ConfigMap Key' },
|
||||
{ value: 'secretKeyRef', label: 'Secret key' },
|
||||
{ value: 'secretKeyRef', label: 'Secret Key' },
|
||||
{ value: 'fieldRef', label: 'Pod Field' },
|
||||
{ value: 'secretRef', label: 'Secret' },
|
||||
{ value: 'configMapRef', label: 'ConfigMap' },
|
||||
|
|
|
|||
Loading…
Reference in New Issue