Skip to content

Commit

Permalink
docs: Fix the way to uninstall the operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
runkecheng committed Sep 28, 2021
1 parent f29c00a commit 72dbeb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/kubernetes/deploy_radondb-mysql_operator_on_k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ service/sample-mysql ClusterIP None <none> 3306/

### 卸载 Operator

卸载 release 名为 `demo` 的 RadonDB MySQL Operator。
卸载当前命名空间下 release 名为 `demo` 的 RadonDB MySQL Operator。

```shell
helm delete demo-mysql-operator
helm delete demo
```

### 卸载 RadonDB MySQL
Expand Down

0 comments on commit 72dbeb9

Please sign in to comment.