From 57d6a6768d82b0b667cd1567016d89380d253a90 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Tue, 25 Oct 2016 00:09:51 -0700 Subject: [PATCH] Remove extra space in mysql README.md. --- stable/mysql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/mysql/README.md b/stable/mysql/README.md index 281d12e1f9..c035968d11 100644 --- a/stable/mysql/README.md +++ b/stable/mysql/README.md @@ -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.