From 6361494bb4f7355187a5f82d652c9a22de57954d Mon Sep 17 00:00:00 2001 From: jhh Date: Fri, 3 Jan 2020 13:51:59 -0600 Subject: [PATCH] ignore tables case in policy galera mariadb For compatibility reasons with the legacy pap, console, brmsgw and pdp-x. Issue-ID: POLICY-2320 Signed-off-by: jhh Change-Id: I4fa05e1862acccecb468045a5ff58a84d92b1c26 --- kubernetes/policy/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kubernetes/policy/values.yaml b/kubernetes/policy/values.yaml index ef0e6b137e..ca1a8a3c21 100644 --- a/kubernetes/policy/values.yaml +++ b/kubernetes/policy/values.yaml @@ -120,6 +120,9 @@ mariadb-galera: persistence: enabled: true mountSubPath: policy/maria/data + externalConfig: |- + [mysqld] + lower_case_table_names = 1 # Resource Limit flavor -By Default using small flavor: small -- 2.16.6