Skip to content

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

Stars

39 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages