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