Closed ErinCall closed 4 years ago
internal/run/lint.go
helm lint
internal/helm/plan.NewPlan
cfg.Command
lint
run.Lint
p.steps
run.InitKube
kubeconfig
internal/run/lint.go
that can runhelm lint
internal/helm/plan.NewPlan
, ifcfg.Command
islint
, instantiate arun.Lint
and put it inp.steps
.run.InitKube
; I'm not sure whether Helm's lint command needs akubeconfig
.