diff options
author | Daniel Gruesso <dgruesso@gitlab.com> | 2019-01-23 03:39:02 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-01-23 03:39:02 +0000 |
commit | 3b97a461371b3b01a8211247351ffbf444917655 (patch) | |
tree | 14788a6d117cd989323142eae2dec87e4f2d4e9e | |
parent | fb24d5fa93ee7f583f70f8f46274474ca6fdd0fc (diff) | |
download | gitlab-ce-3b97a461371b3b01a8211247351ffbf444917655.tar.gz |
Fix serverless.yml template indentation
-rw-r--r-- | doc/user/project/clusters/serverless/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md index 9ecb109fa89..bebccf97987 100644 --- a/doc/user/project/clusters/serverless/index.md +++ b/doc/user/project/clusters/serverless/index.md @@ -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 ``` |