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.