Clarify restore hook includedResources when not specified

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

Rearrange for clarity

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
This commit is contained in:
Tiger Kaovilai
2022-01-15 14:55:19 -05:00
parent b6992101a4
commit 2734bac900
+2 -2
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 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.