Skip to content

Commit 696898c

Browse files
authored
Fix broken include code path on wordpress/README (#71)
Signed-off-by: Ahmet Alp Balkan <[email protected]>
1 parent 97bdb2d commit 696898c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mysql-wordpress-pd/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A `hostPath` mounts a file or directory from the host node’s filesystem into y
6262

6363
kubectl create -f local-volumes.yaml
6464

65-
{% include code.html language="yaml" file="local-volumes.yaml" ghlink="/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/local-volumes.yaml" %}
65+
{% include code.html language="yaml" file="mysql-wordpress-persistent-volume/local-volumes.yaml" ghlink="/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/local-volumes.yaml" %}
6666

6767
{:start="3"}
6868
3. Run the following command to verify that two 20GiB PersistentVolumes are available:
@@ -102,7 +102,7 @@ A [Secret](https://kubernetes.io/docs/concepts/configuration/secret/) is an obje
102102

103103
The following manifest describes a single-instance MySQL Deployment. The MySQL container mounts the PersistentVolume at /var/lib/mysql. The `MYSQL_ROOT_PASSWORD` environment variable sets the database password from the Secret.
104104

105-
{% include code.html language="yaml" file="mysql-deployment.yaml" ghlink="/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/mysql-deployment.yaml" %}
105+
{% include code.html language="yaml" file="mysql-wordpress-persistent-volume/mysql-deployment.yaml" ghlink="/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/mysql-deployment.yaml" %}
106106

107107
1. Deploy MySQL from the `mysql-deployment.yaml` file:
108108

@@ -124,7 +124,7 @@ The following manifest describes a single-instance MySQL Deployment. The MySQL c
124124

125125
The following manifest describes a single-instance WordPress Deployment and Service. It uses many of the same features like a PVC for persistent storage and a Secret for the password. But it also uses a different setting: `type: NodePort`. This setting exposes WordPress to traffic from outside of the cluster.
126126

127-
{% include code.html language="yaml" file="mysql-deployment.yaml" ghlink="/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/wordpress-deployment.yaml" %}
127+
{% include code.html language="yaml" file="mysql-wordpress-persistent-volume/mysql-deployment.yaml" ghlink="/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/wordpress-deployment.yaml" %}
128128

129129
1. Create a WordPress Service and Deployment from the `wordpress-deployment.yaml` file:
130130

0 commit comments

Comments
 (0)