Skip to content

Commit 7d12a36

Browse files
Apply suggestions from code review
Co-authored-by: oshri barazani <[email protected]>
1 parent 0abe592 commit 7d12a36

File tree

1 file changed

+3
-3
lines changed
  • content/operate/kubernetes/deployment

1 file changed

+3
-3
lines changed

content/operate/kubernetes/deployment/helm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Helm charts provide a simple way to install the Redis Enterprise for Kubernetes
2323

2424
## Install
2525

26-
1. Add the `redis-enterprise-helm` repository.
26+
1. Add the `redis` repository.
2727

2828
```sh
2929
helm repo add redis-enterprise-helm https://helm.redis.io/
@@ -49,11 +49,11 @@ HELM INSTALL FROM LOCAL DIRECTORY
4949

5050
## Configuration
5151

52-
See [`values.yaml`](https://github.com/RedisLabs/redis-enterprise-operator/blob/master/deploy/helm/redis-enterprise-operator/values.yaml) for the default values.
52+
helm show values redis/redis-enterprise-operator --version <release-name>
5353

5454
### Install with values file
5555

56-
1. View configurable values with `helm show values`.
56+
1. View configurable values with `helm show values redis/redis-enterprise-operator --version <release-name>`.
5757

5858
2. Create a YAML file with the values you wish to configure.
5959

0 commit comments

Comments
 (0)