Skip to content

Commit a085292

Browse files
john-g-galexellis
authored andcommitted
Fix api-key type
Signed-off-by: John Gerlock <[email protected]>
1 parent fb8b696 commit a085292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/openfaas-cloud/secrets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ So if we wanted to seal a single secret called `api-key` with a value of `test12
3535

3636
```sh
3737
faas-cli cloud seal --name username-my-secrets \
38-
--literal api-key=1234
38+
--literal api-key=test1234
3939
```
4040

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

4747
```sh
4848
faas-cli cloud seal --name username-my-secrets \
49-
--literal api-key=1234 \
49+
--literal api-key=test1234 \
5050
--literal hostname=myhost.com
5151
```
5252

0 commit comments

Comments
 (0)