Skip to content

niels-s/helm-chart-unit-test-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Chart Unit Testing Example

The repository demonstrates how to use the Ruby MiniTest test framework to unit test Helm Charts.

All the boilerplate code with convenience helpers and wrapper is located in test/test_helper.rb. test/charts/web_spec.rb contains the example unit tests for the Helm Chart chart/web.

We use helm template and jq to run the test, so must make sure you have Helm installed and the JQ development libraries are installed on your workstation.

A couple more details are explain in my blog post Helm Chart Unit Testing

About

Example repository to show how to unit test Helm Chart with Minitest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published