mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 05:46:37 +00:00
Merge pull request #4490 from kaovilai/patch-2
Clarify restore hook includedResources when not specified
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user