You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,11 +49,11 @@ HELM INSTALL FROM LOCAL DIRECTORY
49
49
50
50
## Configuration
51
51
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>
53
53
54
54
### Install with values file
55
55
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>`.
57
57
58
58
2. Create a YAML file with the values you wish to configure.
0 commit comments