mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Merge pull request #130 from mstrzele/mysql-remove-lost-found-emptydir
MySQL fails to start without persistence enabled
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: mysql
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
description: Chart for MySQL
|
||||
keywords:
|
||||
- mysql
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user