diff --git a/templates/GitLab-Runner/0/docker-compose.yml b/templates/GitLab-Runner/0/docker-compose.yml index 40a5eae..e5b6c4c 100644 --- a/templates/GitLab-Runner/0/docker-compose.yml +++ b/templates/GitLab-Runner/0/docker-compose.yml @@ -34,7 +34,7 @@ services: - run environment: # Options can be found by running "gitlab-runner register". More info found at https://docs.gitlab.com/runner/configuration/advanced-configuration.html REGISTER_NON_INTERACTIVE: true # Run registration unattended - CI_SERVER_URL: http://${GITLAB_HOST}/ # GitLab Server URL + CI_SERVER_URL: ${GITLAB_URL} # GitLab Server URL REGISTRATION_TOKEN: ${GITLAB_TOKEN} # Runner's registration token RUNNER_EXECUTOR: docker # Select executor, eg. shell, docker, etc. {{- if .Values.GITLAB_RUNNER_DESCRIPTION}} diff --git a/templates/GitLab-Runner/0/rancher-compose.yml b/templates/GitLab-Runner/0/rancher-compose.yml index 21bc62a..ee89f4f 100644 --- a/templates/GitLab-Runner/0/rancher-compose.yml +++ b/templates/GitLab-Runner/0/rancher-compose.yml @@ -17,11 +17,11 @@ catalog: required: false type: string - - variable: "GITLAB_HOST" - label: "GitLab Server Hostname/IP" + - variable: "GITLAB_URL" + label: "GitLab Server URL" description: | - The Hostname/IP which your GitLab instance can be reached at. - default: "gitlab.com" + The URL which your GitLab instance can be reached at. + default: "https://gitlab.com" required: true type: string