Make wordpress snippet copy/pastable (#18240)
Remove leading space to make it copy pastable.pull/18618/head
parent
02f0a2af86
commit
6e94490186
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue