Merge pull request #4490 from kaovilai/patch-2

Clarify restore hook includedResources when not specified
This commit is contained in:
Abigail McCarthy
2022-04-19 09:59:31 -04:00
committed by GitHub

View File

@@ -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 unspecified, the hook applies to all resources in the backup. Optional.
# The only resource supported at this time is pods.
includedResources:
- pods
# Array of resources to which this hook does not apply. Optional.