[bug]: CRD transpiler outputs nullable: false
which causes ArgoCD to fail to sync
#818
Labels
bug
Something isn't working
Describe the bug
Not sure why, but ArgoCD has trouble syncing CRDs that have
nullable: false
in them, which is the default value for a CRD. The fix for this would be to only output whennullable: true
.To reproduce
See below CRD:
Expected behavior
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: