Skip to content

Commit

Permalink
fix the help text
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Tumik <[email protected]>
  • Loading branch information
2 people authored and roboquat committed May 25, 2022
1 parent 2bbacac commit 033b3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/kots/manifests/kots-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spec:
type: text
required: false
when: '{{repl (ConfigOptionEquals "store_provider" "s3") }}'
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.
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.

- name: store_s3_access_key_id
title: Access Key
Expand Down

0 comments on commit 033b3dc

Please sign in to comment.