Skip to content
Snippets Groups Projects
Commit d16f9bd4 authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Update tutor/templates/config.yml, tutor/templates/k8s/deployments.yml files

parent b3a4b9d6
No related branches found
No related tags found
No related merge requests found
Pipeline #31221 passed
......@@ -79,6 +79,6 @@ SMTP_USE_TLS: false
SMTP_USE_SSL: false
WEB_PROXY: false
MYSQL_USERNAME: ""
MYSQL_USER: ""
MYSQL_PASSWORD: ""
MYSQL_DATABASE: ""
......@@ -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:
......
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