fluxcd-community / helm-charts

Community maintained Helm charts for Flux
Apache License 2.0
121 stars 76 forks source link

fix(charts/flux2,crds): crds.annotations got respected now #232

Open roth-wine opened 2 days ago

roth-wine commented 2 days ago

What this PR does / why we need it:

In the flux2 helm chart there is already the possibility to set the value crds.annotations. Unfortunately, this value is not used anywhere because the corresponding templates are missing in the crds. With this merge request I want to add templating to the generated crds so that this value can not only be set without meaning, but also so that the annotations in the crds can actually be customised.

Special notes for your reviewer:

Checklist

roth-wine commented 1 day ago

Hey @haarchri, it seems like you responsible for this chart. What do you think about it?