From 6e94490186989a9a08cf8af4001adb901afc9b8a Mon Sep 17 00:00:00 2001 From: Anshu Prateek <333902+anshprat@users.noreply.github.com> Date: Sat, 11 Jan 2020 03:47:37 +0530 Subject: [PATCH] Make wordpress snippet copy/pastable (#18240) Remove leading space to make it copy pastable. --- .../mysql-wordpress-persistent-volume.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md b/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md index fff92784ea..0f97c2160b 100644 --- a/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md +++ b/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md @@ -114,13 +114,13 @@ the name of the MySQL Service defined above, and WordPress will access the datab 3. Add them to `kustomization.yaml` file. - ```shell - cat <<EOF >>./kustomization.yaml - resources: - - mysql-deployment.yaml - - wordpress-deployment.yaml - EOF - ``` +```shell +cat <<EOF >>./kustomization.yaml +resources: + - mysql-deployment.yaml + - wordpress-deployment.yaml +EOF +``` ## Apply and Verify The `kustomization.yaml` contains all the resources for deploying a WordPress site and a