We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3185fb4 commit 6988e62Copy full SHA for 6988e62
.circleci/tests/golden.go
@@ -25,6 +25,7 @@ type goldenHelmTest struct {
25
}
26
27
// runGoldenHelmTest Code is based on the article here: https://medium.com/@zelldon91/advanced-test-practices-for-helm-charts-587caeeb4cb
28
+// This function allows to test rendering of helm charts with values and rendering specific templates.
29
func runGoldenHelmTest(t *testing.T, testCase *goldenHelmTest) {
30
r := require.New(t)
31
0 commit comments