fix: 覆盖 entrypoint.sh 使 taosadapter 读取配置文件
上游镜像的 entrypoint.sh 启动 taosadapter 时缺少 -c 参数,
导致 /etc/taos/taosadapter.toml 配置未生效。
- 新增 deploy/config/entrypoint.sh,在启动 taosadapter 时添加
-c /etc/taos/taosadapter.toml 参数
- 精简 taosadapter.toml,禁用 keeper 上传和未使用的插件
- 更新 start-tdengine-operator.sh,挂载修改后的 entrypoint.sh
|