Update kubernetes.md

This commit is contained in:
Andrey Fedoseev 2018-04-11 01:34:04 -07:00 committed by Traefiker Bot
parent 2387010556
commit 21f6f81914

View file

@ -398,7 +398,7 @@ It's possible to protect access to Træfik through basic authentication. (See th
### Creating the Secret
A. Use `htpasswd` to create a file containing the username and the base64-encoded password:
A. Use `htpasswd` to create a file containing the username and the MD5-encoded password:
```shell
htpasswd -c ./auth myusername