yonahd / kor

A Golang Tool to discover unused Kubernetes Resources
MIT License
974 stars 91 forks source link

Test: Add test for Helm chart #286

Closed doronkg closed 4 months ago

doronkg commented 4 months ago

Currently, the kor Helm chart is not covered with tests. When modifying resources, there's no automatic validation that the chart could be successfully rendered / deployed.

Add chart tests e.g. helm template / gh-actions.

found-it commented 4 months ago

@yonahd I took a crack at this one with https://github.com/yonahd/kor/pull/293. Happy to party on that PR more if you'd like!