faas/sample-functions/apikey-secret.yml
Alex Ellis 74bb257823 Update deprecated "faas" to "openfaas" in provider field
Needed due to CLI updates.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-12-01 08:48:27 +00:00

10 lines
156 B
YAML

provider:
name: openfaas
gateway: http://localhost:8080
functions:
apikey-secret:
lang: go
handler: ./apikey-secret
image: apikey-secret