diff --git a/pkg/chart/common/util/jsonschema.go b/pkg/chart/common/util/jsonschema.go index 624143993..924278955 100644 --- a/pkg/chart/common/util/jsonschema.go +++ b/pkg/chart/common/util/jsonschema.go @@ -135,7 +135,7 @@ func ValidateAgainstSingleSchema(values common.Values, schemaJSON []byte) (reter if err != nil { return err } - slog.Debug("unmarshalled JSON schema", "schema", schemaJSON) + slog.Debug("unmarshalled JSON schema", "schema", string(schemaJSON)) // Configure compiler with loaders for different URL schemes loader := jsonschema.SchemeURLLoader{