Skip to content

Commit

Permalink
rm initdbscript
Browse files Browse the repository at this point in the history
  • Loading branch information
armandleopold committed Apr 12, 2021
1 parent 137ea7e commit c7adc57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion charts/hdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: hdm
description: Helm chart for HDM (Health Data Metrics) a Data Quality assesment Application.
type: application
appVersion: 2.2.1
version: 2.3.12
version: 2.3.13
home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/hdm
icon: https://i.ibb.co/fqWJSVV/logo-hdm.png
sources:
Expand Down
12 changes: 0 additions & 12 deletions charts/hdm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@ mysql:
username: hdm
password: password

# Init script
initdbScripts:
initscript.sql: |-
CREATE USER 'reader'@'%' IDENTIFIED BY '';
CREATE USER 'hdmssl'@'%' IDENTIFIED BY '' REQUIRE SSL;
GRANT ALL PRIVILEGES ON `hdm`.* TO 'hdm'@'%' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `hdm`.* TO 'hdmssl'@'%' WITH GRANT OPTION;
GRANT SELECT, LOCK TABLES, SHOW VIEW, EVENT, TRIGGER ON *.* TO 'reader'@'%';
FLUSH PRIVILEGES;
primary:
persistence:
size: 20Gi
Expand Down

0 comments on commit c7adc57

Please sign in to comment.