Move to Tasks: Replicated Stateful. (#3639)

* Move to Tasks: Replicated Stateful.

* Fix toc entry.
This commit is contained in:
Steve Perry
2017-05-04 13:31:11 -07:00
committed by GitHub
parent 712c374379
commit 204aad82b1
6 changed files with 7 additions and 4 deletions
@@ -0,0 +1,16 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: mysql
labels:
app: mysql
data:
master.cnf: |
# Apply this config only on the master.
[mysqld]
log-bin
slave.cnf: |
# Apply this config only on slaves.
[mysqld]
super-read-only