summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gruesso <dgruesso@gitlab.com>2019-04-17 15:23:43 +0000
committerDaniel Gruesso <dgruesso@gitlab.com>2019-04-17 15:23:43 +0000
commitb1eab8debb11a477d74cf12787938e1afbdfb737 (patch)
tree9a4809ef8923ff7ab1005ad6f61d85ce86f42ed6
parent873df37e3c8b02d49d6824b196ae0126e23952fd (diff)
downloadgitlab-ce-docs-serverless-yml-update.tar.gz
Update serverless.yml for functions to include only node.jsdocs-serverless-yml-update
-rw-r--r--doc/user/project/clusters/serverless/index.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md
index 5b7e9ef906f..dfbed0ec95f 100644
--- a/doc/user/project/clusters/serverless/index.md
+++ b/doc/user/project/clusters/serverless/index.md
@@ -158,21 +158,6 @@ Follow these steps to deploy a function using the Node.js runtime to your Knativ
description: "node.js runtime function"
environment:
MY_FUNCTION: echo-js
-
- echo-rb:
- handler: MyEcho.my_function
- source: ./echo-rb
- runtime: https://gitlab.com/gitlab-org/serverless/runtimes/ruby
- description: "Ruby runtime function"
- environment:
- MY_FUNCTION: echo-rb
-
- echo-docker:
- handler: echo-docker
- source: ./echo-docker
- description: "Dockerfile runtime function"
- environment:
- MY_FUNCTION: echo-docker
```
Explanation of the fields used above: