spelling: depending

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/9410/head
Josh Soref 5 years ago
parent cd6e0196e7
commit d0d653dcba

@ -152,7 +152,7 @@ func Templates(linter *support.Linter, values map[string]interface{}, namespace
// validateTopIndentLevel checks that the content does not start with an indent level > 0. // validateTopIndentLevel checks that the content does not start with an indent level > 0.
// //
// This error can occur when a template accidentally inserts space. It can cause // This error can occur when a template accidentally inserts space. It can cause
// unpredictable errors dependening on whether the text is normalized before being passed // unpredictable errors depending on whether the text is normalized before being passed
// into the YAML parser. So we trap it here. // into the YAML parser. So we trap it here.
// //
// See https://github.com/helm/helm/issues/8467 // See https://github.com/helm/helm/issues/8467

Loading…
Cancel
Save