mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Added ignore-db-dir arg.
This commit is contained in:
parent
8d4a31b02e
commit
5b77064cc3
@ -11,6 +11,9 @@ spec:
|
||||
cpu: 0.5
|
||||
image: mysql
|
||||
name: mysql
|
||||
args:
|
||||
- "--ignore-db-dir"
|
||||
- "lost+found"
|
||||
env:
|
||||
- name: MYSQL_ROOT_PASSWORD
|
||||
# change this
|
||||
|
Loading…
Reference in New Issue
Block a user