• Matt Butcher's avatar
    feat(tiller): support CRD installation (#3982) · 0699ec42
    Matt Butcher authored
    This adds support for installing CRDs well before any other resource
    kinds are installed.
    
    This PR introduces a new hook, `crd-install`, that fires before
    manifests are even validated. It is used to install a CRD before any
    other part of a chart is installed.
    
    Currently, this hook is _only implemented for install_. That means we
    currently cannot add new CRDs during `helm upgrade`, nor can they
    be rolled back. This is the safest configuration, as the update/rollback
    cycle gets very challenging when CRDs are added and removed.
    0699ec42
Name
Last commit
Last update
..
chartutil Loading commit data...
downloader Loading commit data...
engine Loading commit data...
getter Loading commit data...
helm Loading commit data...
hooks Loading commit data...
ignore Loading commit data...
kube Loading commit data...
lint Loading commit data...
plugin Loading commit data...
proto/hapi Loading commit data...
provenance Loading commit data...
releasetesting Loading commit data...
releaseutil Loading commit data...
repo Loading commit data...
resolver Loading commit data...
rudder Loading commit data...
storage Loading commit data...
strvals Loading commit data...
sympath Loading commit data...
tiller Loading commit data...
timeconv Loading commit data...
tlsutil Loading commit data...
urlutil Loading commit data...
version Loading commit data...