From 5b0c9a7b53bc3e5263c5b9229859216520980595 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 27 Apr 2021 17:32:44 +0800 Subject: [PATCH] charts: modify the key words #41 --- charts/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/README.md b/charts/README.md index 2f4b5124..bd071d02 100644 --- a/charts/README.md +++ b/charts/README.md @@ -1,9 +1,9 @@ -# XenonDB -XenonDB is a open-source, cloud-native, High-Availability cluster solutions that is based on MySQL. +# RadonDB-MySQL +RadonDB-MySQL is a open-source, cloud-native, High-Availability cluster solutions that is based on MySQL. # Github -https://github.com/radondb/xenondb +https://github.com/radondb/radondb-mysql-kubernetes # Features - High availability MySQL database - Non-centralized automatic leader election @@ -49,9 +49,9 @@ $ helm delete my-release To delete the pvc: ``` -kubectl delete pvc data-my-release-xenondb-0 -kubectl delete pvc data-my-release-xenondb-1 -kubectl delete pvc data-my-release-xenondb-2 +kubectl delete pvc data-my-release-mysql-0 +kubectl delete pvc data-my-release-mysql-1 +kubectl delete pvc data-my-release-mysql-2 ``` The commands remove all the Kubernetes components associated with the chart and deletes the release completely.