Helm plugin to install and upgrade CRDs from the chart
This plugin is a dirty workaround for upstream issues:
- Install
yq
andkubectl
dependencies - Install the plugin:
helm plugin install https://github.com/kvaps/helm-ensurecrds
Just use the same args for helm install
or helm upgrade
but for helm ensurecrds
:
helm repo add jetstack https://charts.jetstack.io
helm ensurecrds cert-manager -n cert-manager jetstack/cert-manager --set=installCRDs=true
helm install cert-manager -n cert-manager jetstack/cert-manager --set=installCRDs=true
Warning: This is alpha version, use it at your own risk!