spinkube / runtime-class-manager

A Kubernetes operator to manage Runtime Classes
Apache License 2.0
36 stars 10 forks source link

fix(shim_controller.go): set runtimeclass name correctly #203

Closed vdice closed 2 months ago

vdice commented 2 months ago

Describe your changes

Fixes setting the runtimeclass name. Previously the shim name was used. This now updates to use the runtimeclass name specified in the corresponding section of the Shim resource.

Issue ticket number and link

N/A

Checklist before requesting a review