mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update readme mysql chart (#17577)
* Change delete release instruction for stable/mysql chart Signed-off-by: Zasda Yusuf Mikail <zasdaym@gmail.com> * Version bump Signed-off-by: Zasda Yusuf Mikail <zasdaym@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9dfc32a8d7
commit
3facb8bdc5
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: mysql
|
||||
version: 1.3.2
|
||||
version: 1.3.3
|
||||
appVersion: 5.7.14
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database
|
||||
system.
|
||||
|
||||
@@ -35,10 +35,10 @@ You can retrieve your root password by running the following command. Make sure
|
||||
To uninstall/delete the `my-release` deployment:
|
||||
|
||||
```bash
|
||||
$ helm delete my-release
|
||||
$ helm delete --purge my-release
|
||||
```
|
||||
|
||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||||
The command removes all the Kubernetes components associated with the chart and deletes the release completely.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user