Add skip_crds option to helm (#349)

This adds an option to skip the installation of CRDs when installing or
upgrading a chart.

Closes: #296
This commit is contained in:
Mike Graves
2021-02-08 23:21:10 -05:00
committed by GitHub
parent 981493dfb6
commit 80b914021f
6 changed files with 145 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- helm - add a ``skip_crds`` option to skip the installation of CRDs when installing or upgrading a chart (https://github.com/ansible-collections/community.kubernetes/issues/296).