fix: `environment variables`, not `environmental`

This commit is contained in:
antoinegauvain 2019-12-16 14:41:05 +01:00
parent bf323ebb9c
commit 6385efe4a7
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ root@redis-with-volume-secrets:/etc/foo# ls
password username
```
## Reference the secret by using environmental variables
## Reference the secret by using environment variables
Here we bind the value `username` from the secret `mysecret` to the env variable `SECRET_USERNAME`,
`password` from the secret `mysecret` to the env variable `SECRET_PASSWORD`: