Skip to content

Use S3 or DigitalOcean Object Storage

Scott Miller edited this page May 6, 2021 · 6 revisions

Helpy on K8s requires you to configure an external filestore to capture customer attachments and store images. This means using Amazon S3 or another compatible provider. You can specify the configuration through the command-line or by creating a custom values.yaml file. To connect via the command-line, add some variables to your install as follows:

helm upgrade|install release helpyio/helpy \
 --set storage.key=your-key \
 --set storage.secret=your-secret \
 --set storage.region=your-region \
 --set storage.endPoint=your-endpoint \
 --set storage.bucketName=your-bucket 
Clone this wiki locally