Skip to content

Commit

Permalink
Fix api-key type
Browse files Browse the repository at this point in the history
  • Loading branch information
john-g-g authored Apr 21, 2020
1 parent fb8b696 commit 29be2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/openfaas-cloud/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ So if we wanted to seal a single secret called `api-key` with a value of `test12

```sh
faas-cli cloud seal --name username-my-secrets \
--literal api-key=1234
--literal api-key=test1234
```

Your function will access the secret via:
Expand All @@ -46,7 +46,7 @@ If you have more than one secret you can enter additional `--literal` flags:

```sh
faas-cli cloud seal --name username-my-secrets \
--literal api-key=1234 \
--literal api-key=test1234 \
--literal hostname=myhost.com
```

Expand Down

0 comments on commit 29be2cd

Please sign in to comment.