Created
November 13, 2019 12:13
-
-
Save duffney/ad38b75d2a563cb1b031b205a97fe594 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: mysql-config | |
labels: | |
app: mysql | |
data: | |
mysql_binlog_format.cnf: | | |
[mysqld] | |
binlog-format=mixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment