Closed surya9teja closed 2 months ago
Hi, yes you need to make 2 changes to the default helm values:
configuration:
datasources:
mysql:
url: jdbc:mysql://mysql-host:mysql-port/db_name
driverClassName: com.mysql.cj.jdbc.Driver
dialect: MYSQL
username: mysql_user
password: mysql_pass
If you wish to source the above from a secret, you can see some examples in the values.yaml file https://github.com/kestra-io/helm-charts/blob/a0fee7fab41fd0c37b4116afa91bfff6d23999fa/charts/kestra/values.yaml#L43
Thanks Paul !!! @surya9teja if you have more questions please ask in channel help in Slack
Issue description
As the title implies, Is it possible to use MysqlDb as the backend database for Kestra. If yes, How can I configure the values.yaml file in helm chart to point out to my external db?