Update secrets/index.md

fixing example for Consuming Secret Values from Environment Variables
This commit is contained in:
Spencer Brown
2016-04-08 14:49:03 -05:00
parent 736890d924
commit 87628894c7
+1 -1
View File
@@ -274,7 +274,7 @@ This is the result of commands executed inside the container from the example ab
```shell
$ echo $SECRET_USERNAME
admin
$ cat /etc/foo/password
$ echo $SECRET_PASSWORD
1f2d1e2e67df
```