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
@@ -14,7 +14,7 @@ spec:
app: mysql
---
# Client service for connecting to any MySQL instance for reads.
# For writes, you must instead connect to the master: mysql-0.mysql.
# For writes, you must instead connect to the primary: mysql-0.mysql.
apiVersion: v1
kind: Service
metadata: