summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authordanielgruesso <dgruesso@gitlab.com>2018-12-21 14:59:27 -0500
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-21 21:10:56 +0100
commit3c88fb5117a79642a215c980e1183c9a1e312442 (patch)
treea541a08fa2e11725e9373e14581b563d97de23c2 /doc/user
parentd21b8ef090ee1fd73c2bafbf166ec68d99a0e059 (diff)
downloadgitlab-ce-3c88fb5117a79642a215c980e1183c9a1e312442.tar.gz
Update verbiage for clarity
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/clusters/serverless/index.md6
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 e69bd59b7a7..024432f11a4 100644
--- a/doc/user/project/clusters/serverless/index.md
+++ b/doc/user/project/clusters/serverless/index.md
@@ -73,11 +73,11 @@ The minimum recommended cluster size to run Knative is 3-nodes, 6 vCPUs, and 22.
> Introduced in GitLab 11.6.
-Using functions is useful for initiating, responding, or triggering independent
+Using functions is useful for dealing with independent
events without needing to maintain a complex unified infrastructure. This allows
you to focus on a single task that can be executed/scaled automatically and independently.
-At launch, the following [runtimes](https://gitlab.com/triggermesh/runtimes) are offered:
+Currently the following [runtimes](https://gitlab.com/triggermesh/runtimes) are offered:
- node.js
- kaniko
@@ -145,7 +145,7 @@ The `serverless.yaml` file contains three sections with distinct parameters:
| Parameter | Description |
|-----------|-------------|
| `name` | Indicates which provider is used to execute the `serverless.yaml` file. In this case, the TriggerMesh `tm` CLI. |
-| `registry-secret` | Indicates which registry will be used to store docker images. The sample function is using the GitLab Registry (`gitlab-registry`). A different registry host may be specified using `registry` key in the `provider` object. If changing the default, update the permission on the `gitlab-ci.yml` file. |
+| `registry-secret` | Indicates which registry will be used to store docker images. The sample function is using the GitLab Registry (`gitlab-registry`). A different registry host may be specified using `registry` key in the `provider` object. If changing the default, update the permission and the secret value on the `gitlab-ci.yml` file |
| `environment` | Includes the environment variables to be passed as part of function execution for **all** functions in the file, where `FOO` is the variable name and `BAR` are he variable contents. You may replace this with you own variables. |
### `functions`