From 1ae85a48d63bf42bb41b32875064e3463a327a98 Mon Sep 17 00:00:00 2001 From: Andrei Chernyshev Date: Thu, 25 Jan 2018 14:48:59 +0100 Subject: [PATCH] add secret-names example to README.md (cherry picked from commit 4612129) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d067ad6f2..dc1de0297 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Let's dissect the command: * `--handler test.foobar`: This specifies the file and the exposed function that will be used when receiving requests. In this example we are using the function `foobar` from the file `test.py`. * `--env` to pass env vars to the function like `--env foo=bar,bar=foo`. See the [detail](https://github.com/kubeless/kubeless/pull/316#issuecomment-332172876) * `--trigger-http`: This sets the function trigger. +* `--secret-names`: This sets list of Secrets to be mounted as Volumes to the functions pod. Other available trigger options (defaults to `--trigger-http`) are: