File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
content/operate/kubernetes/deployment Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -55,18 +55,19 @@ helm show values redis/redis-enterprise-operator --version <release-name>
5555
56561. 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
You can’t perform that action at this time.
0 commit comments