Skip to content

kvaps/helm-ensurecrds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helm-ensurecrds

Helm plugin to install and upgrade CRDs from the chart

Motivation

This plugin is a dirty workaround for upstream issues:

Plugin installation
  • Install yq and kubectl dependencies
  • Install the plugin:
    helm plugin install https://github.com/kvaps/helm-ensurecrds
Example usage

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!

About

Helm plugin to install and upgrade CRDs from the chart

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages