Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default to setting Nullable to null in CRD generation #830

Merged
merged 3 commits into from
Jan 6, 2025

Conversation

gamingrobot
Copy link
Contributor

Fixes #818
Default to setting Nullable to null and only explicitly set it to true. This avoids generating nullable: false (the default for nullable) which causes issues in ArgoCD

gamingrobot and others added 3 commits December 20, 2024 16:21
…itly set it to true. This avoids generating `nullable: false` (the default for nullable) which causes issues in ArgoCD
@buehler buehler enabled auto-merge (squash) January 6, 2025 13:45
@buehler buehler merged commit 5e061d5 into buehler:main Jan 6, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: CRD transpiler outputs nullable: false which causes ArgoCD to fail to sync
2 participants