-
Notifications
You must be signed in to change notification settings - Fork 335
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
Document CRD considerations when using helm #1248
Conversation
✅ Deploy Preview for cert-manager-website ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: Peter Fiddes <[email protected]>
/assign @maelvls |
/cc @maelvls |
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.
I read the recommendations, they look good! Thank you so much for taking the time to write this PR.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hawksight, maelvls The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Attempting to clarify the available options for managing cert-manager CRDs and how they differ to standard helm method. I did add a recommendation for the user which I am unsure if that is the "right" thing to do here. My default is to be secure and managing CRDs outside of helm gives the most safety in that you shouldn't ever have a scenario where helm removes those CRDs causing issues.
All that said, the
--set installCRDs=true
option is very convenient and I use it daily. It seems most of the users I asked use this option and don't have concerns. So the intent here is just to highlight the considerations and give users an idea about which method they should choose. Ultimately this is down to each user of course and people can do what they like.