• Morten Torkildsen's avatar
    fix(helm): Allow custom resources in hooks (#4986) · 55a33857
    Morten Torkildsen authored
    Currently the code that handles hooks uses a builder that creates the versioned types rather than unstructured. This results in an error whenever a custom resource is used in the hook as the type will not be registered in the scheme used in Helm. This changes this to use a builder that created unstructured resources and only converts to the versioned type when needed.
    Signed-off-by: 's avatarMorten Torkildsen <mortent@google.com>
    55a33857
Name
Last commit
Last update
..
client.go Loading commit data...
client_test.go Loading commit data...
config.go Loading commit data...
log.go Loading commit data...
namespace.go Loading commit data...
namespace_test.go Loading commit data...
result.go Loading commit data...
result_test.go Loading commit data...
tunnel.go Loading commit data...
tunnel_test.go Loading commit data...
wait.go Loading commit data...