-
Notifications
You must be signed in to change notification settings - Fork 104
Support for --skip-crds
with helm v3 cli
#296
Comments
@stephenmoloney Thanks for filing this. Could you expand your description on the uses cases for this feature? Why and when would you use this. Why is this important. Things that "sell" the idea for inclusion in a future release. |
@tima The tricky part will be the difference in behavior and how this is achieved between helm v3 and helm v2. Does it try to abstract those differences away and support on both versions - that will make this a bit problematic. |
@stephenmoloney The |
Ok @tima That is a good thing. Then I definitely think |
@stephenmoloney Are you working on the PR? Let me know. |
Gimme a bit of time. I will let you know within 1 month. (I have a workaround for this issue now) |
@Akasurde I won't be able to get to this soon I'm afraid. |
This adds an option to skip the installation of CRDs when installing or upgrading a chart. Closes ansible-collections#296.
This adds an option to skip the installation of CRDs when installing or upgrading a chart. Closes ansible-collections#296.
This adds an option to skip the installation of CRDs when installing or upgrading a chart. Closes: #296
SUMMARY
Support for
--skip-crds
with helm v3 cliISSUE TYPE
Support for
--skip-crds
with helm v3 cliCOMPONENT NAME
helm
ADDITIONAL INFORMATION
This is sometimes desired behaviour or required behaviour
The text was updated successfully, but these errors were encountered: