Skip to content

Commit ac73711

Browse files
authored
Update README.md
Add more information on the S3_REGION parameter.
1 parent ba19c3f commit ac73711

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

charts/core-dump-handler/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,13 @@ The agent pod has the following environment variables and these are all set by t
222222
* S3_ACCESS_KEY - The S3 access key for the bucket that will be uploaded to
223223
* S3_SECRET - The secret that is used along with the access key
224224
* S3_BUCKET_NAME - The name of the bucket to upload files too
225-
* S3_REGION - The region configuration for the bucket
225+
* S3_REGION - The region configuration for the bucket.
226+
227+
When using an S3 compatible service you should enter the hostname of the service for this value.
228+
229+
e.g. --set S3_REGION=host.mycloud.com
230+
231+
See https://github.com/IBM/core-dump-handler/issues/124 for further discussion.
226232
* VENDOR - Some older hosts may require targeted builds for the composer.
227233
228234
default(Default) - A RHEL8 build

0 commit comments

Comments
 (0)