summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-04-18 09:31:33 +0000
committer🤖 GitLab Bot 🤖 <gitlab-bot@gitlab.com>2019-04-18 13:41:02 +0000
commiteedcd0db2cbc11f683f152ef61a9b9a266563eff (patch)
tree079f5aaf275069cfe73f61a8b199717721ffb016
parent8256dba40d599c010043f2185eec2eaa84cd9c1c (diff)
downloadgitlab-ce-1-1-auto-deploy-0000001.tar.gz
Merge branch 'docs-serverless-yml-update' into 'master'1-1-auto-deploy-0000001
Update serverless.yml for functions to include only node.js See merge request gitlab-org/gitlab-ce!27466 (cherry picked from commit be19a0b9b49775192df63be996698b8e46e3e38a) b1eab8de Update serverless.yml for functions to include only node.js
-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: