Skip to content

Commit

Permalink
Merge pull request rancher#10206 from richard-cox/fix-catalog-pull-se…
Browse files Browse the repository at this point in the history
…cret-text

Fix translation of Extension Import Catalog Secret
  • Loading branch information
richard-cox authored Jan 2, 2024
2 parents c9bb8a1 + 1168fdb commit f8f60e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions shell/assets/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4134,6 +4134,9 @@ plugins:
image:
label: Catalog Image Reference
placeholder: "e.g. hub.docker.io/example-org/my-image:latest"
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>"
banner: This will create an Deployment, Service, and Helm repository to serve the extension charts.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,8 @@ export default {
<div class="fields">
<LabeledSelect
v-model="imagePullSecrets"
:label="t('workload.container.imagePullSecrets')"
:label="t('plugins.manageCatalog.imageLoad.fields.imagePullSecrets.label')"
:tooltip="t('plugins.manageCatalog.imageLoad.fields.imagePullSecrets.tooltip')"
:multiple="true"
:taggable="true"
:options="imagePullNamespacedSecrets"
Expand Down

0 comments on commit f8f60e7

Please sign in to comment.