Fix labels

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2025-07-04 10:01:45 +02:00
parent 1e23b1cea1
commit cd20c86597
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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' },