MCPcopy
hub / github.com/helm/helm / TemplateLinterSkipSchemaValidation

Function TemplateLinterSkipSchemaValidation

pkg/chart/v2/lint/rules/template.go:58–62  ·  view source on GitHub ↗
(skipSchemaValidation bool)

Source from the content-addressed store, hash-verified

56}
57
58func TemplateLinterSkipSchemaValidation(skipSchemaValidation bool) TemplateLinterOption {
59 return func(tl *templateLinter) {
60 tl.skipSchemaValidation = skipSchemaValidation
61 }
62}
63
64func newTemplateLinter(linter *support.Linter, namespace string, values map[string]any, options ...TemplateLinterOption) templateLinter {
65

Callers 7

RunAllFunction · 0.92
TestTemplateParsingFunction · 0.85
TestMultiTemplateFailFunction · 0.85
TestDeprecatedAPIFailsFunction · 0.85

Calls

no outgoing calls

Tested by 6

TestTemplateParsingFunction · 0.68
TestMultiTemplateFailFunction · 0.68
TestDeprecatedAPIFailsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…