From d1e8acb6284df57902edc40df1abad6e3a00cc54 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Sun, 18 Feb 2018 12:13:37 -0800 Subject: [PATCH] In tutorials, in front matter, change approvers to reviewers. (#7440) --- docs/tutorials/clusters/apparmor.md | 2 +- docs/tutorials/configuration/configure-redis-using-configmap.md | 2 +- docs/tutorials/example-tutorial-template.md | 2 +- docs/tutorials/stateful-application/basic-stateful-set.md | 2 +- docs/tutorials/stateful-application/cassandra.md | 2 +- .../stateful-application/mysql-wordpress-persistent-volume.md | 2 +- docs/tutorials/stateful-application/zookeeper.md | 2 +- docs/tutorials/stateless-application/guestbook.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/tutorials/clusters/apparmor.md b/docs/tutorials/clusters/apparmor.md index f61186b626..03ce680799 100644 --- a/docs/tutorials/clusters/apparmor.md +++ b/docs/tutorials/clusters/apparmor.md @@ -1,5 +1,5 @@ --- -approvers: +reviewers: - stclair title: AppArmor --- diff --git a/docs/tutorials/configuration/configure-redis-using-configmap.md b/docs/tutorials/configuration/configure-redis-using-configmap.md index 81a449ebcf..aeefbc2e98 100644 --- a/docs/tutorials/configuration/configure-redis-using-configmap.md +++ b/docs/tutorials/configuration/configure-redis-using-configmap.md @@ -1,5 +1,5 @@ --- -approvers: +reviewers: - eparis - pmorie title: Configuring Redis using a ConfigMap diff --git a/docs/tutorials/example-tutorial-template.md b/docs/tutorials/example-tutorial-template.md index e0b5768ab5..0d3dba89be 100644 --- a/docs/tutorials/example-tutorial-template.md +++ b/docs/tutorials/example-tutorial-template.md @@ -1,6 +1,6 @@ --- title: Example Tutorial Template -approvers: +reviewers: - chenopis --- diff --git a/docs/tutorials/stateful-application/basic-stateful-set.md b/docs/tutorials/stateful-application/basic-stateful-set.md index c48b8ada4c..e5d462f5a4 100644 --- a/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/docs/tutorials/stateful-application/basic-stateful-set.md @@ -1,5 +1,5 @@ --- -approvers: +reviewers: - enisoc - erictune - foxish diff --git a/docs/tutorials/stateful-application/cassandra.md b/docs/tutorials/stateful-application/cassandra.md index 30eebc7a31..bda194783d 100644 --- a/docs/tutorials/stateful-application/cassandra.md +++ b/docs/tutorials/stateful-application/cassandra.md @@ -1,6 +1,6 @@ --- title: "Example: Deploying Cassandra with Stateful Sets" -approvers: +reviewers: - ahmetb --- diff --git a/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md b/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md index 7077c1f86b..f5158a3aca 100644 --- a/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md +++ b/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md @@ -1,6 +1,6 @@ --- title: "Example: Deploying WordPress and MySQL with Persistent Volumes" -approvers: +reviewers: - ahmetb --- diff --git a/docs/tutorials/stateful-application/zookeeper.md b/docs/tutorials/stateful-application/zookeeper.md index 6a2d1b0bc6..9535499655 100644 --- a/docs/tutorials/stateful-application/zookeeper.md +++ b/docs/tutorials/stateful-application/zookeeper.md @@ -1,5 +1,5 @@ --- -approvers: +reviewers: - bprashanth - enisoc - erictune diff --git a/docs/tutorials/stateless-application/guestbook.md b/docs/tutorials/stateless-application/guestbook.md index df0e6eaf4e..9ab50676a6 100644 --- a/docs/tutorials/stateless-application/guestbook.md +++ b/docs/tutorials/stateless-application/guestbook.md @@ -1,6 +1,6 @@ --- title: "Example: Deploying PHP Guestbook application with Redis" -approvers: +reviewers: - ahmetb ---