From 1eda42a9f28846f08f1a5c0558875ea130f3474b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wenkai=20Yin=28=E5=B0=B9=E6=96=87=E5=BC=80=29?= Date: Tue, 11 Mar 2025 14:17:26 +0800 Subject: [PATCH] Fix incorrect indent in doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix incorrect indent in doc Signed-off-by: Wenkai Yin(尹文开) --- site/content/docs/main/resource-filtering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/main/resource-filtering.md b/site/content/docs/main/resource-filtering.md index 214aee77e..fe92c4502 100644 --- a/site/content/docs/main/resource-filtering.md +++ b/site/content/docs/main/resource-filtering.md @@ -377,8 +377,8 @@ Velero supported conditions and format listed below: - conditions: pvcLabels: environment: production - action: - type: snapshot + action: + type: snapshot ``` - Subset Matching: Even if the PVC contains extra labels, it will match as long as the required key/value pair is present. For example, if the PVC has: ```yaml