Skip to content

Commit

Permalink
Change datadir for avoid failure due to lost+found (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkm4ntr authored and k8s-ci-robot committed Mar 18, 2019
1 parent 887f356 commit 28eb81d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/vizier/db/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
containers:
- name: vizier-db
image: mysql:8.0.3
args:
- --datadir
- /var/lib/mysql/datadir
env:
- name: MYSQL_ROOT_PASSWORD
valueFrom:
Expand Down

0 comments on commit 28eb81d

Please sign in to comment.