From b7524d0889c8e1d4afb698d9c6982ae6116049b5 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 18 Apr 2019 09:31:33 +0000 Subject: 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 (cherry picked from commit be19a0b9b49775192df63be996698b8e46e3e38a) b1eab8de Update serverless.yml for functions to include only node.js --- doc/user/project/clusters/serverless/index.md | 15 --------------- 1 file changed, 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: -- cgit v1.2.1