ruanwenjun commented on code in PR #16058: URL: https://github.com/apache/dolphinscheduler/pull/16058#discussion_r1620928452
########## deploy/kubernetes/dolphinscheduler/values.yaml: ########## @@ -578,6 +590,19 @@ worker: # -- Periodic probe of container liveness. Container will be restarted if the probe fails. # More info: [container-probes](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes) + # -- enable configure custom config + enableCustomizedConfig: false + # -- configure aligned with https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-worker/src/main/resources/application.yaml + customizedConfig: { } +# customizedConfig: +# application.yaml: | +# profiles: +# active: postgresql Review Comment: ```suggestion ``` Worker don't have db profile. -- 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]
