Skip to content

Commit 0abe592

Browse files
install with values file
1 parent df2aca9 commit 0abe592

File tree

1 file changed

+14
-0
lines changed
  • content/operate/kubernetes/deployment

1 file changed

+14
-0
lines changed

content/operate/kubernetes/deployment/helm.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@ See [`values.yaml`](https://github.com/RedisLabs/redis-enterprise-operator/blob/
5353

5454
### Install with values file
5555

56+
1. View configurable values with `helm show values`.
57+
58+
2. Create a YAML file with the values you wish to configure.
59+
60+
3. Install the chart with the `--values` option.
61+
62+
```sh
63+
helm install <operator-name> redis-enterprise-helm/redis-enterprise-operator \
64+
-- version <release-name> \
65+
-- namespace <namespace-name> \
66+
-- create-namespace
67+
-- values <path-to-values-file>
68+
```
69+
5670
### Install and override specific default values
5771

5872
## Uninstall

0 commit comments

Comments
 (0)