From 9c4465860f60682eec79a1c9839d40991c9237f4 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Mon, 19 Dec 2016 01:28:03 +0900 Subject: [PATCH] s/backup up/back up/ --- docs/charts_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts_hooks.md b/docs/charts_hooks.md index dc8e98aea..1d6201a7e 100644 --- a/docs/charts_hooks.md +++ b/docs/charts_hooks.md @@ -6,7 +6,7 @@ hooks to: - Load a ConfigMap or Secret during install before any other charts are loaded. -- Execute a Job to backup up a database before installing a new chart, +- Execute a Job to back up a database before installing a new chart, and then execute a second job after the upgrade in order to restore data. - Run a Job before deleting a release to gracefully take a service out