crossplane-contrib/provider-helm

What is the purpose of putting an `*` as an option in an enum??

aureamunoz opened this issue · 2 comments

Hi,
In a project I'm working on, I'm using sundr.io for generating some code from CRDs and it's now broken because of the presence of the * as an option for the enum. What is the purpose of putting this value here?

bobh66 commented

It indicates that all management policies should be applied - as long as the character is quoted it should not cause any issues.

Thank you!