Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
bae88d88
Commit
bae88d88
authored
Dec 21, 2018
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos about .gitlab-ci.yml in Serverless docs.
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
00096b52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/user/project/clusters/serverless/index.md
doc/user/project/clusters/serverless/index.md
+2
-2
No files found.
doc/user/project/clusters/serverless/index.md
View file @
bae88d88
...
...
@@ -31,7 +31,7 @@ To run Knative on Gitlab, you will need:
external IP address for all the applications served by Knative. You will be prompted to enter a
wildcard domain where your applications will be served. Configure your DNS server to use the
external IP address for that domain.
1.
**`gitlab-ci.yml`:**
GitLab uses
[
Kaniko
](
https://github.com/GoogleContainerTools/kaniko
)
1.
**`
.
gitlab-ci.yml`:**
GitLab uses
[
Kaniko
](
https://github.com/GoogleContainerTools/kaniko
)
to build the application and the
[
TriggerMesh CLI
](
https://github.com/triggermesh/tm
)
to simplify the
deployment of knative services and functions.
1.
**`serverless.yml`**
(for
[
functions only
](
#deploying-functions
)
): When using serverless to deploy functions, the
`serverless.yml`
file
...
...
@@ -81,7 +81,7 @@ you to focus on a single task that can be executed/scaled automatically and inde
In order to deploy functions to your Knative instance, the following templates must be present:
1.
`gitlab-ci.yml`
: This template allows to define the stage, environment, and
1.
`
.
gitlab-ci.yml`
: This template allows to define the stage, environment, and
image to be used for your functions. It must be included at the root of your repository:
```
yaml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment