File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ spec:
202
202
echo "Gitpod: configuring storage for S3"
203
203
204
204
yq e -i ".objectStorage.s3.endpoint = \"{{repl ConfigOption "store_s3_endpoint" }}\"" "${CONFIG_FILE}"
205
+ yq e -i ".objectStorage.s3.bucket = \"{{repl ConfigOption "store_s3_bucket" }}\"" "${CONFIG_FILE}"
205
206
yq e -i ".objectStorage.s3.credentials.kind = \"secret\"" "${CONFIG_FILE}"
206
207
yq e -i ".objectStorage.s3.credentials.name = \"storage-s3\"" "${CONFIG_FILE}"
207
208
fi
Original file line number Diff line number Diff line change @@ -241,6 +241,13 @@ spec:
241
241
when : ' {{repl (ConfigOptionEquals "store_provider" "s3") }}'
242
242
help_text : The endpoint used to connect to the S3 storage.
243
243
244
+ - name : store_s3_bucket
245
+ title : S3 bucket name
246
+ type : text
247
+ required : false
248
+ 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.
250
+
244
251
- name : store_s3_access_key_id
245
252
title : Access Key
246
253
type : text
You can’t perform that action at this time.
0 commit comments