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 df2aca9 commit 0abe592Copy full SHA for 0abe592
content/operate/kubernetes/deployment/helm.md
@@ -53,6 +53,20 @@ See [`values.yaml`](https://github.com/RedisLabs/redis-enterprise-operator/blob/
53
54
### Install with values file
55
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
70
### Install and override specific default values
71
72
## Uninstall
0 commit comments