fusion-cloud-native icon indicating copy to clipboard operation
fusion-cloud-native copied to clipboard

skipping unknown hook: "crd-install"

Open svanschalkwyk opened this issue 4 years ago • 1 comments

Helm 3.0.1 Manifest is a crd-install hook. This hook is no longer supported in v3 and all CRDs should also exist the crds/ directory at the top level of the chart


manifest_sorter.go:175: info: skipping unknown hook: "crd-install"

svanschalkwyk avatar Apr 02 '20 18:04 svanschalkwyk

This warning comes from a third party chart that we pull in that still has the crd-install hooks present, we are keeping an eye on it and will update the chart when a version that no longer displays these errors becomes available.