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
The command deploys necessary `Function` and `Task` definition to backup or restore MySQL 8.0.3 using Stash on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -32,10 +32,10 @@ The command deploys necessary `Function` and `Task` definition to backup or rest
32
32
33
33
## Uninstalling the Chart
34
34
35
-
To uninstall/delete the `stash-mysql-8.0.3-v2`:
35
+
To uninstall/delete the `stash-mysql-8.0.3-v3`:
36
36
37
37
```console
38
-
$ helm delete stash-mysql-8.0.3-v2 -n kube-system
38
+
$ helm delete stash-mysql-8.0.3-v3 -n kube-system
39
39
```
40
40
41
41
The command removes all the Kubernetes components associated with the chart and deletes the release.
@@ -50,7 +50,7 @@ The following table lists the configurable parameters of the `stash-mysql` chart
0 commit comments