chore(docs): lowercase `Kind` for clarity

`Kind` being upper case makes it seem like we're referrring to
the Kind field of a Kubernetes resource but we're really talking
about the kind of helm hook in this case.
resolves #4302
pull/4324/head
Michelle Noorali 6 years ago
parent aa98e7e3dd
commit 5a43a80e95

@ -183,8 +183,7 @@ deterministic executing order. Weights are defined using the following annotatio
``` ```
Hook weights can be positive or negative numbers but must be represented as Hook weights can be positive or negative numbers but must be represented as
strings. When Tiller starts the execution cycle of hooks of a particular Kind it strings. When Tiller starts the execution cycle of hooks of a particular kind (ex. the `pre-install` hooks or `post-install` hooks, etc.) it will sort those hooks in ascending order.
will sort those hooks in ascending order.
It is also possible to define policies that determine when to delete corresponding hook resources. Hook deletion policies are defined using the following annotation: It is also possible to define policies that determine when to delete corresponding hook resources. Hook deletion policies are defined using the following annotation:

Loading…
Cancel
Save