Skip to content

Commit f39c7ca

Browse files
authored
Correct some typos.
1 parent 9f10758 commit f39c7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wordpress-demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Verify Creation
4747
Update the name field to your own unique mysqlfirewallrule name, with the same resource group name and server from before.
4848

4949
Create the MySqlFirewallRule
50-
`k create -f azure_v1alpha1_mysqlfirewallruleyaml`
50+
`k create -f azure_v1alpha1_mysqlfirewallrule.yaml`
5151

5252
Verify Creation
5353
`k get mysqlfirewallrule [mysqlfirewallrulename] -o yaml`
@@ -83,7 +83,7 @@ If you would like add any other wordpress env variables, you can find documentat
8383
Our persistent volume claims are also listed inside of the manifests file. You can create these separately if you would like using
8484

8585
Create
86-
`kubectl create -f azure_v1alpha1_pvc.yaml`
86+
`kubectl create -f pvc.yaml`
8787

8888
Verify
8989
`kubectl get pvc [pvcnames] -o yaml`

0 commit comments

Comments
 (0)