Skip to content

Commit

Permalink
Include namespace in upgrade command (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardartoul authored Jan 22, 2025
1 parent dd457ac commit 5c23eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/warpstream-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ config:
3. Install or upgrade the WarpStream Helm chart using your custom yaml file:
```shell
helm upgrade --install warpstream-agent warpstream/warpstream-agent -f warpstream-values.yaml
helm upgrade --install warpstream-agent warpstream/warpstream-agent --namespace $YOUR_NAMESPACE -f warpstream-values.yaml
```

### Upgrading
Expand All @@ -64,7 +64,7 @@ To upgrade the deployment:

```shell
helm repo update
helm upgrade warpstream-agent warpstream/warpstream-agent --reuse-values
helm upgrade warpstream-agent warpstream/warpstream-agent --namespace $YOUR_NAMESPACE --reuse-values
```

### Uninstalling the Chart
Expand Down

0 comments on commit 5c23eb7

Please sign in to comment.