grafana / grafana-operator

An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
https://grafana.github.io/grafana-operator/
Apache License 2.0
863 stars 384 forks source link

chore(CRDs): publish full CRDs #1579

Closed weisdd closed 2 months ago

weisdd commented 2 months ago

Previously, we would publish CRDs without description to avoid issues when doing client-side applies (e.g. kubectl doesn't like long descriptions). During the last meeting, we discussed that, with server-side applies, we don't expect to see any issues. Thus the PR.

Changes:

Fixes: #1567