Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
add secret-names example to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Chernyshev committed Jan 25, 2018
1 parent 94364a0 commit 4612129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4612129

Please sign in to comment.