From 7a249d1c0ea640aafe3bc61514e086baebfef7cf Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 24 Feb 2021 12:51:23 -0500 Subject: [PATCH] spelling: strict Signed-off-by: Josh Soref --- pkg/lint/rules/template_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/lint/rules/template_test.go b/pkg/lint/rules/template_test.go index 3aa7b3d94..0ed64ad81 100644 --- a/pkg/lint/rules/template_test.go +++ b/pkg/lint/rules/template_test.go @@ -208,7 +208,7 @@ data: myval2: {{default "val" .Values.mymap.key2 }} ` -// TestSTrictTemplateParsingMapError is a regression test. +// TestStrictTemplateParsingMapError is a regression test. // // The template engine should not produce an error when a map in values.yaml does // not contain all possible keys.