Skip to content

Commit b4e335f

Browse files
committed
[kots] Add clearer descriptions for docker_config_cred field
Follow up to #12174, and improves the help_text around the newly added fields. Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent 50623fb commit b4e335f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/kots/manifests/kots-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ spec:
112112
title: Configure additional registry credentials for pulling workspace images
113113
type: bool
114114
default: "0"
115-
help_text: This is useful when you have base workspace images in private registries other than the above configured ones.
115+
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).
116116

117117
- name: reg_docker_config
118-
title: Registry credentials
118+
title: Private base image registry credentials
119119
when: '{{repl ConfigOptionEquals "reg_docker_config_enable" "1" }}'
120120
type: file
121121
required: true
122-
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.
122+
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.
123123

124124
- name: database
125125
title: Database

0 commit comments

Comments
 (0)