Unverified Commit c4cabe03 authored by Michelle Noorali's avatar Michelle Noorali Committed by GitHub
Browse files

Merge pull request #4324 from michelleN/kind

chore(docs): lowercase `Kind` for clarity
Showing with 1 addition and 2 deletions
+1 -2
...@@ -183,8 +183,7 @@ deterministic executing order. Weights are defined using the following annotatio ...@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment