We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4b72e commit 2440834Copy full SHA for 2440834
configuration/helm-charts/quick-start.md
@@ -7,7 +7,12 @@ description: Quick Start with Helm Chart
7
## General
8
9
1. Clone/Copy Chart to your working directory
10
-2. Execute command `helm install helm-release-name charts/kafka-ui`
+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
16
17
#### Passing Kafka-UI configuration as Dict
18
0 commit comments