Skip to content

Commit a020572

Browse files
authored
Update README.md
1 parent 925063f commit a020572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,11 +361,11 @@ known issues with Kubernetes:
361361
## Helm chart
362362

363363
You can install the application on any Kubernetes cluster using Helm.
364-
There is no helm repo available currently, therefore local checkout of helm sources inside
365-
this repo is needed:
364+
There is a helm repo available, and can be installed via:
366365

367366
```sh
368-
helm -n myspace install redis-web-ui ./k8s/helm-chart/redis-commander
367+
helm repo add redis-commander https://joeferner.github.io/redis-commander/
368+
helm install redis-commander/redis-commander
369369
```
370370

371371
More [Documentation](k8s/helm-chart/README.md) about this Helm chart and its values.

0 commit comments

Comments
 (0)