mirror of https://github.com/rancher/dashboard.git
fix secret label
This commit is contained in:
parent
5948588ffe
commit
1168fdb2c1
|
|
@ -4134,8 +4134,8 @@ plugins:
|
|||
image:
|
||||
label: Catalog Image Reference
|
||||
placeholder: "e.g. hub.docker.io/example-org/my-image:latest"
|
||||
imagePullSecret:
|
||||
label: Image Pull Secret
|
||||
imagePullSecrets:
|
||||
label: Image Pull Secrets
|
||||
tooltip: Must be of Type `kubernetes.io/dockercfg` or `kubernetes.io/dockerconfigjson`
|
||||
secrets:
|
||||
banner: "If the registry that hosts the Catalog Image requires Pull Secrets, they must be created in the following namespace:<pre>cattle-ui-plugin-system</pre>"
|
||||
|
|
|
|||
|
|
@ -469,8 +469,8 @@ export default {
|
|||
<div class="fields">
|
||||
<LabeledSelect
|
||||
v-model="imagePullSecrets"
|
||||
:label="t('plugins.manageCatalog.imageLoad.fields.imagePullSecret.label')"
|
||||
:tooltip="t('plugins.manageCatalog.imageLoad.fields.imagePullSecret.tooltip')"
|
||||
:label="t('plugins.manageCatalog.imageLoad.fields.imagePullSecrets.label')"
|
||||
:tooltip="t('plugins.manageCatalog.imageLoad.fields.imagePullSecrets.tooltip')"
|
||||
:multiple="true"
|
||||
:taggable="true"
|
||||
:options="imagePullNamespacedSecrets"
|
||||
|
|
|
|||
Loading…
Reference in New Issue