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
@joelsmith@zroubalik Thanks for assigning,
want to confirm if my understanding correct,
So we have to change the way to load the resources with Go embed in this file ?
At the moment the resources file is being loaded into the operator during the startup:
keda-olm-operator/controllers/keda/kedacontroller_controller.go
Lines 76 to 83 in cbd80d4
It would be better to use go embed feature introduced in Go 1.16: https://golangtutorial.dev/tips/embed-files-in-go/
The text was updated successfully, but these errors were encountered: