Do not remove necessary logs

Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
This commit is contained in:
Benoit Tigeot 2025-09-10 12:09:07 +02:00
parent 7aba8bbfe6
commit abf95de91e
No known key found for this signature in database
GPG key ID: 8E6D4FC8AEBDA62C

View file

@ -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())