From befbd0bcfb59cef6a9e610c12fe7f485425b727f Mon Sep 17 00:00:00 2001 From: Daniel Abbatt Date: Tue, 25 Jan 2022 08:52:06 +0000 Subject: [PATCH] docs(kubernetes): fix typo in README.md (#228) --- examples/kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kubernetes/README.md b/examples/kubernetes/README.md index c35671d..ee3c296 100644 --- a/examples/kubernetes/README.md +++ b/examples/kubernetes/README.md @@ -10,7 +10,7 @@ kubectl apply -f *.yaml Please note that you'll need a PV provisionner to be able to store the uploaded images. ## Dynamic installation -Edit the image tag in the ui-deployement.yaml file and set it to `latest`, then : +Edit the image tag in the ui-deployment.yaml file and set it to `latest`, then : ```sh kubectl apply -f ui*.yaml