Fix typo in code comment

Signed-off-by: ziollek <e.prace@gmail.com>
pull/13155/head
ziollek 9 months ago committed by GitHub
parent f8a836360b
commit 420b0b7ee6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 == "" {

Loading…
Cancel
Save