Unleash / helm-charts

Contains helm-charts for Unleash
Apache License 2.0
41 stars 56 forks source link

task: move from kubeval to kubeconform #73

Closed chriswk closed 1 year ago

chriswk commented 1 year ago

In the process I also spotted that we're not actually linting/validating all our schemas.

This is because the current linting process run helm template without any values set. This causes the ingress and hpa to be disabled. This PR also adds values files which causes all template files to be exercised.