grafana / grafana-app-sdk

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

[bugfix] Local CRD Generation with Webhook Conversion Strategy #247

Closed IfSentient closed 4 months ago

IfSentient commented 4 months ago

When configured with webhooks.converting: true in local/config.yaml, the generated CRD(s) were not being updated with the webhook conversion strategy in the dev-bundle.yaml file, only in-memory. This PR writes the in-memory change back to the YAML before it is written out to dev-bundle.yaml.