From d16f9bd44b04ba08a6eac7dda03234a8bc8e79b4 Mon Sep 17 00:00:00 2001
From: Thomas  MENARD <thomas.menard@pasteur.fr>
Date: Wed, 27 May 2020 22:53:20 +0200
Subject: [PATCH] Update tutor/templates/config.yml,
 tutor/templates/k8s/deployments.yml files

---
 tutor/templates/config.yml          | 2 +-
 tutor/templates/k8s/deployments.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tutor/templates/config.yml b/tutor/templates/config.yml
index e969962..f850a52 100644
--- a/tutor/templates/config.yml
+++ b/tutor/templates/config.yml
@@ -79,6 +79,6 @@ SMTP_USE_TLS: false
 SMTP_USE_SSL: false
 WEB_PROXY: false
 
-MYSQL_USERNAME: ""
+MYSQL_USER: ""
 MYSQL_PASSWORD: ""
 MYSQL_DATABASE: ""
diff --git a/tutor/templates/k8s/deployments.yml b/tutor/templates/k8s/deployments.yml
index e38c921..2c39804 100644
--- a/tutor/templates/k8s/deployments.yml
+++ b/tutor/templates/k8s/deployments.yml
@@ -335,8 +335,8 @@ spec:
               value: {{ MYSQL_PASSWORD }}
             - name: MYSQL_DATABASE
               value: {{ MYSQL_DATABASE }}
-            - name: MYSQL_USERNAME
-              value: {{ MYSQL_USERNAME }}
+            - name: MYSQL_USER
+              value: {{ MYSQL_USER }}
           ports:
             - containerPort: 3306
           volumeMounts:
-- 
GitLab