Skip to content

Commit cfee3ae

Browse files
authored
Merge pull request #34590 from Arhell/revert
[ja] revert an incorrect fix in mysql-configmap.yaml
2 parents 237ac7d + 55bab12 commit cfee3ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/ja/examples/application/mysql/mysql-configmap.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ metadata:
44
name: mysql
55
labels:
66
app: mysql
7+
app.kubernetes.io/name: mysql
78
data:
89
primary.cnf: |
910
# Apply this config only on the primary.
1011
[mysqld]
1112
log-bin
12-
datadir=/var/lib/mysql/mysql
1313
replica.cnf: |
1414
# Apply this config only on replicas.
1515
[mysqld]
1616
super-read-only
17-
datadir=/var/lib/mysql/mysql
1817

0 commit comments

Comments
 (0)