From 82fab3f275174f84a9bf0ab7d0e0d69992f19ef3 Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Mon, 18 Apr 2022 16:02:18 -0400 Subject: [PATCH] Update site/content/docs/main/api-types/restore.md Co-authored-by: JenTing Hsiao Signed-off-by: Tiger Kaovilai --- site/content/docs/main/api-types/restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/main/api-types/restore.md b/site/content/docs/main/api-types/restore.md index 80f7586b6..9663125f6 100644 --- a/site/content/docs/main/api-types/restore.md +++ b/site/content/docs/main/api-types/restore.md @@ -88,7 +88,7 @@ spec: # Array of namespaces to which this hook does not apply. Optional. excludedNamespaces: - ns3 - # Array of resources to which this hook applies. If empty, it applies to all supported resources. + # Array of resources to which this hook applies. If unspecified, the hook applies to all resources in the backup. Optional. # The only resource supported at this time is pods. includedResources: - pods