Commit e2379312 authored by Dan Winter's avatar Dan Winter Committed by Matthew Fisher
Browse files

fix(helm): --set for out of order list values (#4682)


When a user specifies value overrides for list values out of order,
strvals.listItem panics. Change strvals.listItem to handle this case by
re-initializing nil values to a new map.

Closes #4503

Co-authored-by: default avatarCameron Childress <cameron@cchildress.org>
Co-authored-by: default avatarKevin Collette <hal.collette@gmail.com>
Co-authored-by: default avatarConnor McKelvey <connormckelvey@gmail.com>
Co-authored-by: default avatarDan Winter <dan.j.winter@gmail.com>

Signed-off-by: default avatarDan Winter <dan.j.winter@gmail.com>
Signed-off-by: default avatarCameron Childress <cameron@cchildress.org>
Signed-off-by: default avatarKevin Collette <hal.collette@gmail.com>
Signed-off-by: default avatarConnor McKelvey <connormckelvey@gmail.com>
parent 3a8a797e
No related merge requests found
Showing with 38 additions and 2 deletions
+38 -2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment