Skip to content

Commit b27fefc

Browse files
fix the help text
Co-authored-by: Pavel Tumik <[email protected]>
1 parent 69375ac commit b27fefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/kots/manifests/kots-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ spec:
246246
type: text
247247
required: false
248248
when: '{{repl (ConfigOptionEquals "store_provider" "s3") }}'
249-
help_text: Name of the S3 bucket to be used as storage. If left empty, buckets will be created by Gitpod using the provided credentials.
249+
help_text: Name of S3 bucket to be used as storage. If left empty, Gitpod will create bucket per each user. If set, then all data will be stored inside one bucket.
250250

251251
- name: store_s3_access_key_id
252252
title: Access Key

0 commit comments

Comments
 (0)