Replace master/slave with primary/secondary where possible

This commit is contained in:
Christopher De Vries
2020-08-13 08:59:24 -04:00
parent 8cb0b199ae
commit 044d11de32
4 changed files with 37 additions and 37 deletions
@@ -5,12 +5,12 @@ metadata:
labels:
app: mysql
data:
master.cnf: |
# Apply this config only on the master.
primary.cnf: |
# Apply this config only on the primary.
[mysqld]
log-bin
slave.cnf: |
# Apply this config only on slaves.
secondary.cnf: |
# Apply this config only on secondaries.
[mysqld]
super-read-only