update hooks docs (#657)
Signed-off-by: yxxhero <aiopsclub@163.com> Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
d164a4f0bb
commit
1ccdf83cd5
|
|
@ -1229,6 +1229,8 @@ A Helmfile hook is a per-release extension point that is composed of:
|
|||
Helmfile triggers various `events` while it is running.
|
||||
Once `events` are triggered, associated `hooks` are executed, by running the `command` with `args`. The standard output of the `command` will be displayed if `showlogs` is set and it's value is `true`.
|
||||
|
||||
Hooks exec order follows the order of definition in the helmfile state.
|
||||
|
||||
Currently supported `events` are:
|
||||
|
||||
* `prepare`
|
||||
|
|
|
|||
Loading…
Reference in New Issue