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
@@ -77,7 +89,6 @@ To monitor the installation add the `--debug` flag. The installation runs severa
77
89
78
90
1. View configurable values with `helm show values redis/redis-enterprise-operator --version <release-name>`.
79
91
80
-
1. Create a YAML file containing the configuration values you want to set.
81
92
1. Create a YAML file to specify the values you want to configure.
82
93
83
94
1. Install the chart with the `--values` option.
@@ -90,6 +101,7 @@ To monitor the installation add the `--debug` flag. The installation runs severa
90
101
-- values <path-to-values-file>
91
102
```
92
103
104
+
93
105
## Uninstall
94
106
95
107
1. Delete any custom resources managed by the operator. See [Delete custom resources]({{<relref "content/operate/kubernetes/re-clusters/delete-custom-resources.md">}}) fordetailed steps. Custom resources must be deletedin the correct order to avoid errors.
0 commit comments