Remove extra space in mysql README.md.

This commit is contained in:
Greg Taylor
2016-10-25 00:09:51 -07:00
parent da8b5624f4
commit 57d6a6768d
+1 -1
View File
@@ -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.