Make wordpress snippet copy/pastable (#18240)

Remove leading space to make it copy pastable.
pull/18618/head
Anshu Prateek 2020-01-11 03:47:37 +05:30 committed by Kubernetes Prow Robot
parent 02f0a2af86
commit 6e94490186
1 changed files with 7 additions and 7 deletions

View File

@ -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. 3. Add them to `kustomization.yaml` file.
```shell ```shell
cat <<EOF >>./kustomization.yaml cat <<EOF >>./kustomization.yaml
resources: resources:
- mysql-deployment.yaml - mysql-deployment.yaml
- wordpress-deployment.yaml - wordpress-deployment.yaml
EOF EOF
``` ```
## Apply and Verify ## Apply and Verify
The `kustomization.yaml` contains all the resources for deploying a WordPress site and a The `kustomization.yaml` contains all the resources for deploying a WordPress site and a