Skip to content

Commit

Permalink
Support MySQL, see b/64102112
Browse files Browse the repository at this point in the history
  • Loading branch information
grant authored Jun 12, 2019
1 parent a412fe2 commit c318c61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wordpress-persistent-disks/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
containers:
- image: mysql:5.6
name: mysql
args:
- "--ignore-db-dir=lost+found"
env:
- name: MYSQL_ROOT_PASSWORD
valueFrom:
Expand Down

0 comments on commit c318c61

Please sign in to comment.