HelmRelease CRD OpenAPI Schema values
property does not have a type defined
#1172
Labels
wontfix
This will not be worked on
It appears that the HelmRelease CRD is missing the
type: object
field for thevalues
field in the OpenAPI schema.This does not cause issues with Flux that I have noticed, but when I create a KRO ResourceGraphDefinition,
the ResourceGraphDefinition fails to sync due the
values
field not having a type defined.I've confirmed that editing the CRD on my cluster resolves the issue, so I would like to make the necessary changes
to the source.
actual:
expected:
I did a little digging, and it seems kube-builder and/or controller-gen are used to generate the CRD.
I made the below change locally, but I am on a windows machine at the moment and have not had an opportunity
to setup a local dev environment to test the change.
I could be completely wrong here, but I'd love to help get this fixed so that I can avoid manually editing the CRD.
Any guidance would be greatly appreciated!
The text was updated successfully, but these errors were encountered: