From 420b0b7ee621428fd3f2f99b1fd7b769f9651de4 Mon Sep 17 00:00:00 2001 From: ziollek Date: Tue, 14 Jan 2025 07:02:34 +0100 Subject: [PATCH] Fix typo in code comment Signed-off-by: ziollek --- cmd/helm/lint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/lint.go b/cmd/helm/lint.go index 3f741506a..976036b0a 100644 --- a/cmd/helm/lint.go +++ b/cmd/helm/lint.go @@ -190,7 +190,7 @@ func getScopedValues(parent *parentScope, single scopedChart, vals chartutil.Val for _, dependency := range parent.metadata.Dependencies { // it is worth remembering that there could be the same sub-chart used in many dependencies // to handle this we should validate such sub-chart as many times (with the appropriate set of values) - // aa it is defined in the parent chart + // as it is defined in the parent chart if subChart.Metadata.Version == dependency.Version && subChart.Name() == dependency.Name { alias := dependency.Alias if alias == "" {