Merge pull request #130 from mstrzele/mysql-remove-lost-found-emptydir

MySQL fails to start without persistence enabled
This commit is contained in:
Adnan Abdulhussein
2016-10-20 10:31:35 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: mysql
version: 0.1.1
version: 0.1.2
description: Chart for MySQL
keywords:
- mysql
+1 -1
View File
@@ -17,7 +17,7 @@ spec:
{
"name": "remove-lost-found",
"image": "busybox:1.25.0",
"command": ["rmdir", "/var/lib/mysql/lost+found"],
"command": ["rm", "-fr", "/var/lib/mysql/lost+found"],
"volumeMounts": [
{
"name": "data",