We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925063f commit a020572Copy full SHA for a020572
README.md
@@ -361,11 +361,11 @@ known issues with Kubernetes:
361
## Helm chart
362
363
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:
+There is a helm repo available, and can be installed via:
366
367
```sh
368
-helm -n myspace install redis-web-ui ./k8s/helm-chart/redis-commander
+helm repo add redis-commander https://joeferner.github.io/redis-commander/
+helm install redis-commander/redis-commander
369
```
370
371
More [Documentation](k8s/helm-chart/README.md) about this Helm chart and its values.
0 commit comments