Merge pull request #155 from gtaylor/mysql-fix-readme-doublespace

Remove extra space in mysql README.md.
This commit is contained in:
Adnan Abdulhussein
2016-10-25 17:28:56 -07:00
committed by GitHub
+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.