Skip to content

Commit

Permalink
Adding Lost+Found ignore flag due to MYSQL bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 24, 2018
1 parent 58e6826 commit 352921d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions YAML/Deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
containers:
- image: rolnickw/sharksdb:first
name: mysql-db
args:
- "--ignore-db-dir=lost+found"
env:
# Use secret in real usage
- name: MYSQL_ROOT_PASSWORD
Expand Down

0 comments on commit 352921d

Please sign in to comment.