You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
In the MachineDeployment customizations, we parse incoming cluster objects, which look something like this:
The above code works fine, but if we add another map, which has an array in it `map[string]interface .....
It fails. Thats because it appears we dont parse nested lists. In the linked PR ive attached a PR that reproduces this, so it can be easy to fix now.
The text was updated successfully, but these errors were encountered: