Skip to content
Snippets Groups Projects
Commit 34281acf authored by Mark Pundsack's avatar Mark Pundsack
Browse files

Remove extraneous space

parent b0720732
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -141,7 +141,7 @@ spec:
value: |
Doorkeeper::Application.where(uid: ENV["MATTERMOST_APP_UID"]).first_or_create(
name: "GitLab Mattermost",
secret: ENV["MATTERMOST_APP_SECRET"],
secret: ENV["MATTERMOST_APP_SECRET"],
redirect_uri: "#{ENV["GITLAB_MATTERMOST_EXTERNAL_SCHEME"]}://#{ENV["GITLAB_MATTERMOST_EXTERNAL_HOSTNAME"]}/signup/gitlab/complete\r\n#{ENV["GITLAB_MATTERMOST_EXTERNAL_SCHEME"]}://#{ENV["GITLAB_MATTERMOST_EXTERNAL_HOSTNAME"]}/login/gitlab/complete")
 
PrometheusService.where(template: true).first_or_create(
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment