Fix serverless.yml template indentation

This commit is contained in:
Daniel Gruesso 2019-01-23 03:39:02 +00:00 committed by Evan Read
parent fb24d5fa93
commit 3b97a46137
1 changed files with 3 additions and 3 deletions

View File

@ -121,9 +121,9 @@ In order to deploy functions to your Knative instance, the following files must
runtime: https://gitlab.com/triggermesh/runtimes/raw/master/nodejs.yaml
description: "echo function using node.js runtime"
buildargs:
- DIRECTORY=echo
environment:
FUNCTION: echo
- DIRECTORY=echo
environment:
FUNCTION: echo
```