shink opened a new pull request #1565: URL: https://github.com/apache/incubator-inlong/pull/1565
fix: #1562 ### Motivation There are some syntax bugs and configuration bugs in helm chart. For example: https://github.com/apache/incubator-inlong/blob/51523c7d66845fc6c8183cc27cb1ce068bebcdf5/docker/kubernetes/templates/tubemq-manager-statefulset.yaml#L78 It should be `{{ template "inlong.mysql.hostname" . }}` Besides, the `busybox` image don't support `/bin/bash`, so it should uses `/bin/sh`. Etc., etc. I will fix it right away. ### Modifications - `docker/kubernetes/template/*.yaml` - `docker/kubernetes/template/_helpers.tpl` - `docker/kubernetes/values.yaml` - `docker/kubernetes/values.yaml`: `CRLF` -> `LF` ### Documentation I will complete the documentation in another PR. -- 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]
