mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Do not remove necessary logs
Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
This commit is contained in:
parent
7aba8bbfe6
commit
abf95de91e
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ func ValidateAgainstSchema(ch chart.Charter, values map[string]any) error {
|
|||
}
|
||||
var sb strings.Builder
|
||||
if chrt.Schema() != nil {
|
||||
slog.Debug("chart name", "chart-name", chrt.Name())
|
||||
err := ValidateAgainstSingleSchema(values, chrt.Schema(), chrt.ChartFullPath())
|
||||
if err != nil {
|
||||
fmt.Fprintf(&sb, "%s:\n", chrt.Name())
|
||||
|
|
|
|||
Loading…
Reference in a new issue