rancher / hull

Keep your Helm charts afloat with comprehensive testing
Apache License 2.0
4 stars 5 forks source link

Add some default NamedChecks that can be easily imported into Rancher charts #32

Open aiyengar2 opened 1 year ago

aiyengar2 commented 1 year ago

For common fields like global.cattle.psp.enabled or global.cattle.systemDefaultRegistry that have well-defined expected behaviors, Hull should contain some default NamedChecks that can be imported into charts.

There are also general "best practice" NamedChecks that can be defined like if every workload has nodeSelectors and tolerations attached to it for windows / linux depending on the type of image being used and if the image being used has security vulnerabilities associated with it.