From 0ee8b3827e359577f2c1f4d606486d0a60d9b91c Mon Sep 17 00:00:00 2001 From: Dave Johnson Date: Mon, 20 Aug 2018 08:14:39 -0400 Subject: [PATCH] Fix typo (cherry picked from commit 530aa450909a4d1d860022cfb60f9fe32fb58fd5) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a0472c9..0ff2abb9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $ oadm policy add-cluster-role-to-user nfs-client-provisioner-runner system:serv Note: To deploy to an ARM-based environment, use: `deploy/deployment-arm.yaml` instead, otherwise use `deploy/deployment.yaml`. -Next you must edit the provisioner's deployment file to add connection information for your NFS server. Edit `deploy/deployment.yaml` and replace the two occurances of with your server's hostname. +Next you must edit the provisioner's deployment file to add connection information for your NFS server. Edit `deploy/deployment.yaml` and replace the two occurences of with your server's hostname. ```yaml kind: Deployment