Skip to content

Commit

Permalink
gitlabBaseURL keyword change (#461)
Browse files Browse the repository at this point in the history
changed keyword from gitlabBaseUrl to gitlabBaseURL
  • Loading branch information
hongkunyoo authored and VaibhavPage committed Jan 9, 2020
1 parent dafdab3 commit 4c2b912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/event-sources/gitlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
# Do SSL verification when triggering the hook
enableSSLVerification: false
# Gitlab Base url
gitlabBaseUrl: "YOUR_GITLAB_URL"
gitlabBaseURL: "YOUR_GITLAB_URL"

example-secure:
projectId: "2"
Expand All @@ -48,4 +48,4 @@ spec:
key: accesskey
name: gitlab-access
enableSSLVerification: true
gitlabBaseUrl: "YOUR_GITLAB_URL"
gitlabBaseURL: "YOUR_GITLAB_URL"

0 comments on commit 4c2b912

Please sign in to comment.