You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/kots/manifests/kots-config.yaml
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ spec:
23
23
24
24
- name: container_registry
25
25
title: Container registry
26
-
description: Gitpod requires a container registry to store container images. This can either be an in-cluster or external container registry.
26
+
description: Gitpod [requires a container registry](https://www.gitpod.io/docs/self-hosted/latest/reference-architecture/single-cluster-ref-arch#oci-image-registry) to push and store workspace images. This can either be an in-cluster or external container registry.
27
27
items:
28
28
- name: reg_incluster
29
29
title: Use in-cluster container registry
@@ -108,6 +108,19 @@ spec:
108
108
required: true
109
109
help_text: The password for your container registry.
110
110
111
+
- name: reg_docker_config_enable
112
+
title: Configure additional registry credentials for pulling workspace images
113
+
type: bool
114
+
default: "0"
115
+
help_text: This is useful when you have base workspace images in private registries other than the above configured ones.
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.
123
+
111
124
- name: database
112
125
title: Database
113
126
description: Gitpod requires an instance of MySQL 5.7 for data storage. This can either be an in-cluster or external database.
0 commit comments