We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8b696 commit a085292Copy full SHA for a085292
docs/openfaas-cloud/secrets.md
@@ -35,7 +35,7 @@ So if we wanted to seal a single secret called `api-key` with a value of `test12
35
36
```sh
37
faas-cli cloud seal --name username-my-secrets \
38
- --literal api-key=1234
+ --literal api-key=test1234
39
```
40
41
Your function will access the secret via:
@@ -46,7 +46,7 @@ If you have more than one secret you can enter additional `--literal` flags:
46
47
48
49
- --literal api-key=1234 \
+ --literal api-key=test1234 \
50
--literal hostname=myhost.com
51
52
0 commit comments