Skip to content

Commit

Permalink
Update config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rprectangle committed Oct 4, 2023
1 parent f14ef0f commit 5b97663
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/warpstream-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: warpstream-agent
description: WarpStream Agent for Kubernetes.
type: application
version: 0.2.0
version: 0.2.1
appVersion: v507
icon: https://avatars.githubusercontent.com/u/132156278
home: https://docs.warpstream.com/warpstream/
Expand Down
7 changes: 5 additions & 2 deletions charts/warpstream-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ This chart requires Helm v3.6 or later.
helm repo add warpstream https://warpstreamlabs.github.io/charts
helm repo update
helm upgrade --install warpstream-agent warpstream/warpstream-agent \
--set config.bucketURL="mem://mem_bucket" \
--set config.bucketURL="$YOUR_OBJECT_STORE" \
--set config.apiKey="$YOUR_API_KEY" \
--set config.virtualClusterID="$YOUR_VIRTUAL_CLUSTER_ID"
```

To learn what values to set for those config variables, look at our documentation
for [configuring the WarpStream Agents for production](https://docs.warpstream.com/warpstream/how-to/configure-the-warpstream-agent-for-production).

### Upgrade an existing release

```shell
Expand All @@ -38,7 +41,7 @@ See [`values.yaml`](./values.yaml).
git clone https://github.com/warpstreamlabs/charts
cd charts/warpstream-agent
helm upgrade --install warpstream-agent . \
--set config.bucketURL="mem://mem_bucket" \
--set config.bucketURL="$YOUR_OBJECT_STORE" \
--set config.apiKey="$YOUR_API_KEY" \
--set config.virtualClusterID="$YOUR_VIRTUAL_CLUSTER_ID"
```
Expand Down
3 changes: 3 additions & 0 deletions charts/warpstream-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ service:

config:
playground: false
## To learn what values to set for the config variables, look at our documentation
## for configuring the WarpStream Agents for production.
## https://docs.warpstream.com/warpstream/how-to/configure-the-warpstream-agent-for-production
# bucketURL: "mem://mem_bucket"
# apiKey: "YOUR_API_KEY"
# virtualClusterID: "YOUR_VIRTUAL_CLUSTER_ID"
Expand Down

0 comments on commit 5b97663

Please sign in to comment.