Skip to content

Fix panic for instance executor when instance config option is nil

What does this MR do?

Check that Instance config option exists before using it. Even though the Instance executor is chosen, it's not common for instance options to be used.

What's the best way to test this MR?

Using the instance executor without this config option should work.

What are the relevant issue numbers?

Closes #34384 (closed)

Merge request reports