sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.11k stars 1.27k forks source link

Unit testing for helm charts #27756

Open caugustus-sourcegraph opened 2 years ago

caugustus-sourcegraph commented 2 years ago

Evaluate what options are available for unit testing helm charts and the effort involved in adoption / maintenance.

The main goal is to make it safe to refactor and add features to the chart. It is not intended for customers (if it's useful to them that's ok, it's just not a requirement here).

github-actions[bot] commented 2 years ago

Heads up @davejrt @ggilmore @dan-mckean @caugustus-sourcegraph - the "team/delivery" label was applied to this issue.

kevinwojo commented 2 years ago

Starting some research here:

caugustus-sourcegraph commented 2 years ago

Some notes I gathered when thinking about this orignally. None of these tools are obviously a good fit for what we're hoping to accomplish but maybe there's something useful here.

For unit testing specifically:

Other testing options:

kevinwojo commented 2 years ago

PR: https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/23