From 1ccdf83cd5e383a900122decd742014f1415e0a3 Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Thu, 26 Jan 2023 06:36:13 +0800 Subject: [PATCH] update hooks docs (#657) Signed-off-by: yxxhero Signed-off-by: yxxhero --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 1fbe2bcc..00845c83 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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`