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

Sync helm-chart values and Redpanda CRD #146

Closed
chrisseto opened this issue May 22, 2024 · 0 comments · Fixed by #190
Closed

Sync helm-chart values and Redpanda CRD #146

chrisseto opened this issue May 22, 2024 · 0 comments · Fixed by #190

Comments

@chrisseto
Copy link
Contributor

chrisseto commented May 22, 2024

This is a tracking issue for generating most or all of the Redpanda CRD from the Values struct in the helm chart repo. We've seen issues ranging from typos, mistyped values, to subtle marshaling misbehaviors due to not having the structs be automatically in sync.

Unfortunately, it seems likely that we'll need to write a custom CRD generator as controller-gen doesn't really get along with the way that our values structs are defined. We'll also need to ensure that both our JSON schema for the helm chart and the CRD schema being generated are roughly in sync. To top it all off, we'll actually need to be using the generated PartialValues struct as that is what the CRD schema actually should be.

JIRA Link: K8S-235

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 a pull request may close this issue.

1 participant