mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Remove extra space in mysql README.md.
This commit is contained in:
@@ -78,7 +78,7 @@ $ helm install --name my-release -f values.yaml stable/mysql
|
||||
|
||||
## Persistence
|
||||
|
||||
The [MySQL](https://hub.docker.com/_/mysql/) image stores the MySQL data and configurations at the `/var/lib/mysql` path of the container.
|
||||
The [MySQL](https://hub.docker.com/_/mysql/) image stores the MySQL data and configurations at the `/var/lib/mysql` path of the container.
|
||||
|
||||
By default a PersistentVolumeClaim is created and mounted into that directory. In order to disable this functionality
|
||||
you can change the values.yaml to disable persistence and use an emptyDir instead.
|
||||
|
||||
Reference in New Issue
Block a user