fix wrong spells in hooks.go

Signed-off-by: czm <zhongming.chang@daocloud.io>
pull/6166/head
AllenZMC 6 years ago committed by czm
parent c4a82971f3
commit 53f1ab50e5

@ -53,7 +53,7 @@ var deletePolices = map[string]release.Hook_DeletePolicy{
hooks.BeforeHookCreation: release.Hook_BEFORE_HOOK_CREATION, hooks.BeforeHookCreation: release.Hook_BEFORE_HOOK_CREATION,
} }
// Timout used when deleting resources with a hook-delete-policy. // Timeout used when deleting resources with a hook-delete-policy.
const defaultHookDeleteTimeoutInSeconds = int64(60) const defaultHookDeleteTimeoutInSeconds = int64(60)
// Manifest represents a manifest file, which has a name and some content. // Manifest represents a manifest file, which has a name and some content.

Loading…
Cancel
Save