xx

Results 2 issues of xx

Helm can't start properly, keeps showing Usage message. update desc for chat

**Describe the bug** Helm 包中, `templates/deployment.yaml` 文件配置多了一段, 导致 pod 无法启动 以下为精简配置文件, 多出一段 `command` 命令 该命令会在 docker 镜像启动的时候,自动执行,无需手动在这里加上 且该段命令无任何指定参数,会一直输出 `usage` 信息 ```yaml apiVersion: apps/v1 kind: Deployment metadata: spec: template: spec: containers:...

bug