• 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
..
environment Loading commit data...
helmpath Loading commit data...
portforwarder Loading commit data...
client.go Loading commit data...
client_test.go Loading commit data...
fake.go Loading commit data...
fake_test.go Loading commit data...
helm_test.go Loading commit data...
interface.go Loading commit data...
option.go Loading commit data...