Skip to content

Commit

Permalink
chore: fix helm status command in How to install chart
Browse files Browse the repository at this point in the history
  • Loading branch information
realyota authored Jun 20, 2024
1 parent 764d5a7 commit 7b285ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ helm repo add kubernetes-blueprints-for-clickhouse https://altinity.github.io/ku
helm install ch kubernetes-blueprints-for-clickhouse/[chart-name] --namespace clickhouse --create-namespace

# check chart release status
helm status ch ---namespace clickhouse
helm status ch --namespace clickhouse
```

> Please refer to any of helm charts `README` file for detailed instructions about each of the them.
Expand Down

0 comments on commit 7b285ae

Please sign in to comment.