Skip to content

Commit dbf1675

Browse files
committed
Add relative link to yaml reference page
Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent aaa0d43 commit dbf1675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Using secrets is a two step process. First you need to define a new secret in yo
1313

1414
### A note on environmental variables
1515

16-
The OpenFaaS contributors believe that enviromental variables should be reserved for non-confidential data only. You can read how to use environmental variables in the YAML reference page.
16+
The OpenFaaS contributors believe that enviromental variables should be reserved for non-confidential data only. All secrets are made available in the container file-system and should be read from the following location: `/var/openfaas/secrets/<secret-name>`. Both Kubernetes and Swarm have excellent stores for secrets. In the sample below we show how to create and consume a secret in a function.
1717

18-
All secrets are made available in the container file-system and should be read from the following location: `/var/openfaas/secrets/<secret-name>`. Both Kubernetes and Swarm have excellent stores for secrets. In the sample below we show how to create and consume a secret in a function.
18+
> See also: [YAML reference: environmental variables](yaml.md).
1919
2020
## Sample
2121

0 commit comments

Comments
 (0)