From b4e335f327322256b0e63e2fbf07f0ed9c7bf566 Mon Sep 17 00:00:00 2001 From: Tarun Pothulapati Date: Thu, 25 Aug 2022 14:11:52 +0000 Subject: [PATCH] [kots] Add clearer descriptions for `docker_config_cred` field Follow up to https://github.com/gitpod-io/gitpod/pull/12174, and improves the help_text around the newly added fields. Signed-off-by: Tarun Pothulapati --- install/kots/manifests/kots-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/kots/manifests/kots-config.yaml b/install/kots/manifests/kots-config.yaml index 7c40adc94e3f46..cc0489989bf346 100644 --- a/install/kots/manifests/kots-config.yaml +++ b/install/kots/manifests/kots-config.yaml @@ -112,14 +112,14 @@ spec: title: Configure additional registry credentials for pulling workspace images type: bool default: "0" - help_text: This is useful when you have base workspace images in private registries other than the above configured ones. + help_text: This is useful when you want to use base workspace images in private registries other than the above configured ones or the [default base workspace images stored on Docker Hub](https://github.com/gitpod-io/workspace-images). - name: reg_docker_config - title: Registry credentials + title: Private base image registry credentials when: '{{repl ConfigOptionEquals "reg_docker_config_enable" "1" }}' type: file required: true - help_text: Docker [config JSON file](https://docs.docker.com/engine/reference/commandline/cli/#sample-configuration-file) with auth credentials used to access private registries, for workspace images. + help_text: Docker [config JSON file](https://docs.docker.com/engine/reference/commandline/cli/#sample-configuration-file) with auth credentials used to access private registries used for pulling base workspace images. - name: database title: Database