Skip to content

Commit f90991a

Browse files
wording edit
1 parent 7d12a36 commit f90991a

File tree

1 file changed

+5
-4
lines changed
  • content/operate/kubernetes/deployment

1 file changed

+5
-4
lines changed

content/operate/kubernetes/deployment/helm.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,19 @@ helm show values redis/redis-enterprise-operator --version <release-name>
5555

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

58-
2. Create a YAML file with the values you wish to configure.
58+
1. Create a YAML file containing the configuration values you want to set.
59+
1. Create a YAML file to specify the values you want to configure.
5960

60-
3. Install the chart with the `--values` option.
61+
1. Install the chart with the `--values` option.
6162

6263
```sh
6364
helm install <operator-name> redis-enterprise-helm/redis-enterprise-operator \
6465
-- version <release-name> \
6566
-- namespace <namespace-name> \
66-
-- create-namespace
67+
-- create-namespace \
6768
-- values <path-to-values-file>
6869
```
69-
70+
7071
### Install and override specific default values
7172

7273
## Uninstall

0 commit comments

Comments
 (0)