Skip to content

Commit

Permalink
Update the minimal example to install QW with Helm with working S3 st…
Browse files Browse the repository at this point in the history
…orage configuration parameters (#4549)

Co-authored-by: François Massot <[email protected]>
  • Loading branch information
tcassaert and fmassot authored Feb 10, 2024
1 parent 6bc3f80 commit ba04f21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/deployment/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ environment:

config:
default_index_root_uri: s3://<my-bucket>/quickwit-indexes

s3:
region: eu-east-1
# We recommend using IAM roles and permissions to access Amazon S3 resources,
# but you can specify a pair of access and secret keys if necessary.
access_key: <my access key>
secret_key: <my secret key>
storage:
s3:
region: eu-east-1
# We recommend using IAM roles and permissions to access Amazon S3 resources,
# but you can specify a pair of access and secret keys if necessary.
access_key_id: <my access key>
secret_access_key: <my secret key>
```
5. Deploy Quickwit
Expand Down

0 comments on commit ba04f21

Please sign in to comment.