grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators
Apache License 2.0
41 stars 7 forks source link

[CLI/bugfix] Fix CRD File Generation from CLI #298

Closed IfSentient closed 1 month ago

IfSentient commented 1 month ago

Don't shadow the crdFiles variable, as that was causing the generated CRD files to never get added to the full list of files to write to disk.