diff options
author | Daniel Gruesso <dgruesso@gitlab.com> | 2019-07-12 21:27:42 +0000 |
---|---|---|
committer | Daniel Gruesso <dgruesso@gitlab.com> | 2019-07-12 21:27:42 +0000 |
commit | c858eb5c24a0d1cab8818c78eb9ad9d167089930 (patch) | |
tree | 3f35fb0d6cdf959d2ff2eaf656aeebc15b772937 | |
parent | ad24a6407784a2466e95b31a5c19ee1bd203c550 (diff) | |
download | gitlab-ce-docs/gb/serverless-function-dockerfile-runtime.tar.gz |
Specify no serverless.yml required for appsdocs/gb/serverless-function-dockerfile-runtime
-rw-r--r-- | doc/user/project/clusters/serverless/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md index 5d91fef3a9e..221874ec36f 100644 --- a/doc/user/project/clusters/serverless/index.md +++ b/doc/user/project/clusters/serverless/index.md @@ -326,6 +326,8 @@ customize your jobs, or you can inline the entire template by choosing it from **Apply a template** dropdown when editing the `.gitlab-ci.yml` file through the user interface. +A `serverless.yml` file is not required when deploying serverless applications. + ### Deploy the application with Knative With all the pieces in place, the next time a CI pipeline runs, the Knative application will be deployed. Navigate to |