You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in #1261 (comment) OADP should not add nullable keys to CRDs' YAML files
Solution would be
remove hack from Makefile (seems the right one, as motivation was another tool that uses OADP needing that), as tried in feat: Nullable logic in code #1261
transform necessary fields in pointers, so they can be nil in Go (and null in YAML) (also removing hack)
The text was updated successfully, but these errors were encountered:
As described in #1261 (comment) OADP should not add nullable keys to CRDs' YAML files
Solution would be
nil
in Go (andnull
in YAML) (also removing hack)The text was updated successfully, but these errors were encountered: