From e3173c918f1f344711710088e053b2ed0bbe251e Mon Sep 17 00:00:00 2001 From: Elliot Rushton Date: Wed, 24 Jul 2019 06:11:14 +0000 Subject: Add notes to the docs about setting service variables for users wanting to do so from the UI --- doc/ci/services/mysql.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ci/services/mysql.md') diff --git a/doc/ci/services/mysql.md b/doc/ci/services/mysql.md index 697452cee83..9ea113969c8 100644 --- a/doc/ci/services/mysql.md +++ b/doc/ci/services/mysql.md @@ -25,6 +25,12 @@ variables: MYSQL_ROOT_PASSWORD: "" ``` +NOTE: **Note:** +The `MYSQL_DATABASE` and `MYSQL_ROOT_PASSWORD` variables can't be set in the GitLab UI. +To set them, assign them to a variable [in the UI](../variables/README.md#via-the-ui), +and then assign that variable to the +`MYSQL_DATABASE` and `MYSQL_ROOT_PASSWORD` variables in your `.gitlab-ci.yml`. + And then configure your application to use the database, for example: ```yaml -- cgit v1.2.1