Testing Helm Charts Part II
This article is also available on Substack. This is a very basic example of using Helm Unittestas well as an example of the “test pyramid” discussed in the previous article. The code is available on GitHub. Structure We have two charts: fw-demo - a chart with our demo application monitoring - a library chart that applies some DataDog monitoring rules for the main chart. monitoring chart is a dependency....