diff --git a/site/content/docs/main/api-types/restore.md b/site/content/docs/main/api-types/restore.md index 817e549bc..80f7586b6 100644 --- a/site/content/docs/main/api-types/restore.md +++ b/site/content/docs/main/api-types/restore.md @@ -88,8 +88,8 @@ spec: # Array of namespaces to which this hook does not apply. Optional. excludedNamespaces: - ns3 - # Array of resources to which this hook applies. The only resource supported at this time is - # pods. + # Array of resources to which this hook applies. If empty, it applies to all supported resources. + # The only resource supported at this time is pods. includedResources: - pods # Array of resources to which this hook does not apply. Optional.