-
Notifications
You must be signed in to change notification settings - Fork 763
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(Chart)!: 📦 add separated chart for CRDs #1223
base: master
Are you sure you want to change the base?
Conversation
bd35651
to
b674cf7
Compare
9087b4b
to
e1eb8a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The CI needs to be tested, with a tag on your fork.
- The documented CRDs upgrade process should still work. I see (at least) two options:
a. Keep and copy crd files
b. Update CRD upgrade instruction to use them in the new directory
e9619df
to
6a67459
Compare
Tested on my own account as seen with you 👍 |
Co-authored-by: Michel Loiseleur <[email protected]>
Co-authored-by: Michel Loiseleur <[email protected]>
fd395b1
to
70e50e4
Compare
This morning, I have explored this option. I have encountered two major issues:
I haven't found a way to switch CRDs from current Helm CRD management to Helm Template management without failure. Instructions can be provided to patch resources beforehand, and thus get around this failure. Maybe it's possible to deploy We are really fighting the tide, here. This use case of selectively picking CRDs is specific. It's clearly not the common use case. I think we are left with two options on this:
@jnoordsij @darkweaver87 : Wdyt ? |
Additional notes:
|
What does this PR do?
This PR introduces a separate chart used by the main one to install CRDs.
The dependency between the main chart and the CRDs one will be added once CRDs one will be released.
Motivation
#1141
#1209
More
make test
and all the tests passed