kubesphere / ksbuilder

A CLI tool helps you to manage the development of kubesphere extensions
MIT License
10 stars 19 forks source link

fix: lint command execute error #78

Closed redscholar closed 8 months ago

redscholar commented 8 months ago
  1. miss chart.yaml. When using ksbuilder create, the default Chart.yaml will be generated. When using ksbuilder lint xxx, if the parameter is a directory, Chart.yaml will be updated based on extension.yaml.
  2. value render error for extension.

fixed: #76 #77

fix: lint command execute error for ks-extension.
wansir commented 8 months ago

/lgtm /approve

wansir commented 8 months ago

/lgtm