From 4cce778b97bb2f36540328e256af3a4be5f2ae96 Mon Sep 17 00:00:00 2001 From: Antonio Pitasi Date: Mon, 27 Nov 2017 22:17:11 +0100 Subject: [PATCH] Fix Drone config typo for GitLab This is preventing Drone to generate a valid OAuth url for logins. --- templates/drone/4/docker-compose.yml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/drone/4/docker-compose.yml.tpl b/templates/drone/4/docker-compose.yml.tpl index eae9aad..fb9a50a 100644 --- a/templates/drone/4/docker-compose.yml.tpl +++ b/templates/drone/4/docker-compose.yml.tpl @@ -62,7 +62,7 @@ services: {{- end}} {{- if eq .Values.drone_driver "GitLab"}} DRONE_GITLAB: true - DRONE_GITLAB_CLIENT: ${drone_driver_secret} + DRONE_GITLAB_CLIENT: ${drone_driver_client} DRONE_GITLAB_SECRET: ${drone_driver_secret} DRONE_GITLAB_URL: ${drone_driver_url} {{- end}}