Skip to content

Commit 6988e62

Browse files
committed
add comment
1 parent 3185fb4 commit 6988e62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/tests/golden.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ type goldenHelmTest struct {
2525
}
2626

2727
// 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.
2829
func runGoldenHelmTest(t *testing.T, testCase *goldenHelmTest) {
2930
r := require.New(t)
3031

0 commit comments

Comments
 (0)