Typo in README.md

"from-file" mistyped as "from-fle"
This commit is contained in:
bluikko
2021-07-10 11:46:53 +07:00
committed by GitHub
parent a8881c4de3
commit 5c8897554a

View File

@@ -542,7 +542,7 @@ To create the secret, you can use the command below:
```sh
# kubectl create secret generic <resourcename>-custom-certs \
--from-file=ldap-ca.crt=<PATH/TO/YOUR/CA/PEM/FILE> \
--from-fle=bundle-ca.crt=<PATH/TO/YOUR/CA/PEM/FILE>
--from-file=bundle-ca.crt=<PATH/TO/YOUR/CA/PEM/FILE>
```
#### Persisting Projects Directory