n9e-helm icon indicating copy to clipboard operation
n9e-helm copied to clipboard

n9e 的deployment 不能直接安装

Open xemxx opened this issue 1 year ago • 3 comments

deployment 下的 resources 存在缩进问题,helm install 失败,看报错是缩进问题,解决后能正常安装

https://github.com/flashcatcloud/n9e-helm/pull/102

xemxx avatar Nov 23 '23 13:11 xemxx

你是什么版本的helm ?

kongfei605 avatar Nov 24 '23 02:11 kongfei605

你是什么版本的helm ?

helm version version.BuildInfo{Version:"v3.13.1", GitCommit:"3547a4b5bf5edb5478ce352e18858d8a552a4110", GitTreeState:"clean", GoVersion:"go1.21.3"}

xemxx avatar Nov 26 '23 06:11 xemxx

image

这个地方缩进有问题,

  • indent 10 改为indent 12
  • resources往进再进2格

jibill avatar Dec 25 '23 08:12 jibill