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

feat(helm-chart): seperate CRDs into subchart #1606

Conversation

sebastiangaiser
Copy link
Contributor

Description
This PR seperates the CRDs into their own helm-chart, since this has some benefits according to the official helm documentation.
https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations

Method 2 describes to have CRDs in their own helm-chart, which works around the problems described in Method 1 - which this chart currently uses.
I took the inspiration from https://github.com/metallb/metallb/tree/main/charts/metallb, where they also have a seperate chart for CRDs, which saved us some trouble in the past already.

@sebastiangaiser
Copy link
Contributor Author

sebastiangaiser commented Dec 4, 2023

I don't know about the e2e-tests and docs but I would assume there would be some changes needed. Can you please help me with this.

@sebastiangaiser sebastiangaiser force-pushed the feature/improve-crd-handling-via-subchart branch 2 times, most recently from 61bee0b to 43214c8 Compare December 4, 2023 14:05
@sebastiangaiser sebastiangaiser force-pushed the feature/improve-crd-handling-via-subchart branch from 43214c8 to ee5654f Compare December 4, 2023 14:15
@sebastiangaiser
Copy link
Contributor Author

@pepov (I think it was you triggering the checks) I might need some help for the e2e tests. Can you please assist me a bit.

@pepov
Copy link
Member

pepov commented Dec 4, 2023

@sebastiangaiser can you please join the project discord? https://discord.gg/JuacJgWA7K

@pepov
Copy link
Member

pepov commented Dec 7, 2023

closing this in favor of a trivial solution for now to avoid the complexity of breaking out the subchart:
#1613

@pepov pepov closed this Dec 7, 2023
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.

2 participants