Merge pull request #34590 from Arhell/revert

[ja] revert an incorrect fix in mysql-configmap.yaml
This commit is contained in:
Kubernetes Prow Robot
2022-06-27 06:43:00 -07:00
committed by GitHub
@@ -4,15 +4,14 @@ metadata:
name: mysql
labels:
app: mysql
app.kubernetes.io/name: mysql
data:
primary.cnf: |
# Apply this config only on the primary.
[mysqld]
log-bin
datadir=/var/lib/mysql/mysql
replica.cnf: |
# Apply this config only on replicas.
[mysqld]
super-read-only
datadir=/var/lib/mysql/mysql