Skip to content

Commit

Permalink
Update kubernetes.md docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot authored Dec 7, 2023
1 parent 6eb0767 commit efd6979
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/deployment/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,13 @@ config:
username: quickwit
password: <my strong password> # This password will be stored as a Kubernetes Secret

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>
```
## Uninstall the deployment
Expand Down

0 comments on commit efd6979

Please sign in to comment.