• 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
..
helm.md Loading commit data...
helm_completion.md Loading commit data...
helm_create.md Loading commit data...
helm_delete.md Loading commit data...
helm_dependency.md Loading commit data...
helm_dependency_build.md Loading commit data...
helm_dependency_list.md Loading commit data...
helm_dependency_update.md Loading commit data...
helm_fetch.md Loading commit data...
helm_get.md Loading commit data...
helm_get_hooks.md Loading commit data...
helm_get_manifest.md Loading commit data...
helm_get_values.md Loading commit data...
helm_history.md Loading commit data...
helm_home.md Loading commit data...
helm_init.md Loading commit data...
helm_inspect.md Loading commit data...
helm_inspect_chart.md Loading commit data...
helm_inspect_readme.md Loading commit data...
helm_inspect_values.md Loading commit data...
helm_install.md Loading commit data...
helm_lint.md Loading commit data...
helm_list.md Loading commit data...
helm_package.md Loading commit data...
helm_plugin.md Loading commit data...
helm_plugin_install.md Loading commit data...
helm_plugin_list.md Loading commit data...
helm_plugin_remove.md Loading commit data...
helm_plugin_update.md Loading commit data...
helm_repo.md Loading commit data...
helm_repo_add.md Loading commit data...
helm_repo_index.md Loading commit data...
helm_repo_list.md Loading commit data...
helm_repo_remove.md Loading commit data...
helm_repo_update.md Loading commit data...
helm_reset.md Loading commit data...
helm_rollback.md Loading commit data...
helm_search.md Loading commit data...
helm_serve.md Loading commit data...
helm_status.md Loading commit data...
helm_template.md Loading commit data...
helm_test.md Loading commit data...
helm_upgrade.md Loading commit data...
helm_verify.md Loading commit data...
helm_version.md Loading commit data...