chainloop icon indicating copy to clipboard operation
chainloop copied to clipboard

add basic helm template sanitize and output in CI

Open migmartri opened this issue 1 year ago • 1 comments

To avoid problems like this one https://github.com/chainloop-dev/chainloop/issues/1189 we should add some basic CI checks for the Helm Chart rendering.

What I'd do

  • On PR, if the helm chart directory is touched
  • do helm template chainloop -n chainloop . --set development=true
  • ideally, show the diff compared to the version without the change

migmartri avatar Aug 03 '24 17:08 migmartri

cc/ @javirln

migmartri avatar Aug 03 '24 17:08 migmartri