docs: update helm install way

This commit is contained in:
Hongbo Miao 2023-05-01 22:09:43 -07:00 committed by GitHub
parent 6b4b72e0db
commit 2f22af213f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,12 @@ description: Quick Start with Helm Chart
## General
1. Clone/Copy Chart to your working directory
2. Execute command `helm install helm-release-name charts/kafka-ui`
2. Execute command
```
helm repo add kafka-ui https://provectus.github.io/kafka-ui
helm install helm-release-name kafka-ui/kafka-ui
```
#### Passing Kafka-UI configuration as Dict