change sql mode for date issue
This commit is contained in:
parent
2a5d7aa524
commit
7a9df0d032
|
|
@ -9,6 +9,10 @@ spec:
|
|||
enabled: true
|
||||
# primary:
|
||||
# automaticFailover: true
|
||||
myCnf: |
|
||||
[mariadb]
|
||||
# Kimai migrations can include zero-date defaults; relax NO_ZERO_DATE / strict handling.
|
||||
sql_mode=ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
|
||||
rootPasswordSecretKeyRef:
|
||||
name: mariadb-secrets
|
||||
key: password
|
||||
|
|
|
|||
Loading…
Reference in a new issue