Updated index.md

Without -n option to echo. Without the -n the file would contain a newline at the end.
https://scottlinux.com/2012/09/01/encode-or-decode-base64-from-the-command-line/ as reference
This commit is contained in:
AlginMaduro
2016-05-20 12:15:37 +02:00
parent 5baa39970b
commit 05276f34cf
+2 -2
View File
@@ -47,8 +47,8 @@ username and password that the pods should use is in the files
```shell
# Create files needed for rest of example.
$ echo "admin" > ./username.txt
$ echo "1f2d1e2e67df" > ./password.txt
$ echo -n "admin" > ./username.txt
$ echo -n "1f2d1e2e67df" > ./password.txt
```
The `kubectl create secret` command