-
Notifications
You must be signed in to change notification settings - Fork 475
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
CRDs are installed despite of createCRDs: false #1208
Comments
Hi @vkryzh In order to help you out here quickly, we will need to know what commands you're running (including the skip CRD option) These items are included in the issue templates in most places, if you don't see them in a repo, go ahead and add in the extra context. We're missing:
Alex |
Hey @alexellis . Added context, thank you. |
Hi @vkryzh Those IAM-based CRDs can be suppressed via I'm having a look at the docs for "namespaced installation" at the moment so will get this closed. The full commands you're using would always be appreciated. It will help us avoid this back and forth and guesswork, which ultimately help us to help you. Hope this helps. Alex |
Related to this issue, we've consolidated the way CRDs will be created, feel free to comment: |
I believe, issue is introduced here - cce949e
Expected Behaviour
createCRDs: false
- no CRDs should be installedCurrent Behaviour
createCRDs: false
- 3 CRDs are installed (policies, roles, jwtissuers)Who is this for?
Corva
List All Possible Solutions and Workarounds
Steps to Reproduce (for bugs)
createCRDs: false
in values overrideContext
With Namespace admin permissions we cannot install CRDs, so their installation should be moved to a different place. And, as it stated in chart documentation, we should be able to do this using simple flag.
The text was updated successfully, but these errors were encountered: