Skip to content

Commit 2440834

Browse files
authored
Docs: update helm install way (#3756)
1 parent 6b4b72e commit 2440834

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: configuration/helm-charts/quick-start.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ description: Quick Start with Helm Chart
77
## General
88

99
1. Clone/Copy Chart to your working directory
10-
2. Execute command `helm install helm-release-name charts/kafka-ui`
10+
2. Execute command
11+
12+
```
13+
helm repo add kafka-ui https://provectus.github.io/kafka-ui
14+
helm install helm-release-name kafka-ui/kafka-ui
15+
```
1116
1217
#### Passing Kafka-UI configuration as Dict
1318

0 commit comments

Comments
 (0)