simsicon opened a new issue #8602: URL: https://github.com/apache/dolphinscheduler/issues/8602
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Installing with kubernetes failed when the external zookeeper configured. ### What you expected to happen Install successfully without errors. ### How to reproduce ``` cd apache-dolphinscheduler-2.0.3-src/docker/kubernetes/dolphinscheduler # add external zookeeper config then run helm install dolphinscheduler . ``` the error message is like: ``` Error: INSTALLATION FAILED: template: dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml:72:16: executing "dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml" at <include "dolphinscheduler.registry.env_vars" .>: error calling include: template: dolphinscheduler/templates/_helpers.tpl:173:19: executing "dolphinscheduler.registry.env_vars" at <.Values.externalRegistry.registryPluginName>: nil pointer evaluating interface {}.registryPluginName ``` ### Anything else I think this commit is incomplete, not changing the counterpart of values.yaml https://github.com/apache/dolphinscheduler/commit/93f1d4df7d678f0a0d2f650b75ff739a87677109 ### Version 2.0.3 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
