Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kserve: do not call ApplyParams for the empty list
The call is not need since the code just declare empty parameters list: var imageParamMap = map[string]string{} Fixes the issue of calling ApplyParams for non-enabled case. Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com>
- Loading branch information