From 5c8897554ad20472589303f261120ca847f1d09b Mon Sep 17 00:00:00 2001 From: bluikko <14869000+bluikko@users.noreply.github.com> Date: Sat, 10 Jul 2021 11:46:53 +0700 Subject: [PATCH] Typo in README.md "from-file" mistyped as "from-fle" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 758a3582..aae3ed84 100644 --- a/README.md +++ b/README.md @@ -542,7 +542,7 @@ To create the secret, you can use the command below: ```sh # kubectl create secret generic -custom-certs \ --from-file=ldap-ca.crt= \ - --from-fle=bundle-ca.crt= + --from-file=bundle-ca.crt= ``` #### Persisting Projects Directory