pegasas commented on code in PR #15922: URL: https://github.com/apache/dolphinscheduler/pull/15922#discussion_r1584711792
########## deploy/kubernetes/dolphinscheduler/values.yaml: ########## @@ -129,6 +129,17 @@ externalDatabase: # -- The driverClassName of external database driverClassName: "org.postgresql.Driver" +datasource: + profile: postgresql + config: + driver-class-name: org.postgresql.Driver + url: jdbc:postgresql://127.0.0.1:5432/dolphinscheduler + username: root + password: root + hikari: + connection-test-query: select 1 + pool-name: DolphinScheduler Review Comment: I've already consider this situation. now application.yaml in docker are all configured like this way and env will overwrite this config. so i kept old db config above so that they will become env to overwrite. it is compatible already. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
