n9e-helm
n9e-helm copied to clipboard
n9e 的deployment 不能直接安装
deployment 下的 resources 存在缩进问题,helm install 失败,看报错是缩进问题,解决后能正常安装
https://github.com/flashcatcloud/n9e-helm/pull/102
你是什么版本的helm ?
你是什么版本的helm ?
helm version version.BuildInfo{Version:"v3.13.1", GitCommit:"3547a4b5bf5edb5478ce352e18858d8a552a4110", GitTreeState:"clean", GoVersion:"go1.21.3"}
这个地方缩进有问题,
-
indent 10
改为indent 12
- resources往进再进2格