Commit 02b92c3
Add mariadb client config to Dockerfile (#1129)
In order to prevent `TLS/SSL error: SSL is required, but the server does
not support it` errors when running `php artisan migrate:install` as
part of the `pre-install-job.yaml`[1]
[1]:
https://github.com/wbstack/charts/blob/89fbef289e239802cf991c70fb9a802d1719fe5a/charts/api/templates/pre-install-job.yaml#L39
Bug: T426216
---------
Co-authored-by: dena <91744937+deer-wmde@users.noreply.github.com>1 parent d3e8bbe commit 02b92c3
3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
File renamed without changes.
0 commit comments