summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-04-18 09:31:33 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-04-18 09:31:33 +0000
commitbe19a0b9b49775192df63be996698b8e46e3e38a (patch)
treed4ad6fec027dd256893ce1be661f924840834054
parentd66eda3f45258e98b37db3c5c2e32ae81360610c (diff)
parentb1eab8debb11a477d74cf12787938e1afbdfb737 (diff)
downloadgitlab-ce-be19a0b9b49775192df63be996698b8e46e3e38a.tar.gz
Merge branch 'docs-serverless-yml-update' into 'master'
Update serverless.yml for functions to include only node.js See merge request gitlab-org/gitlab-ce!27466
-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: