update backup filters example 14

update the excludeNames to match example 3 for better consistency.

Signed-off-by: Adam Zhang <adam.zhang@broadcom.com>
This commit is contained in:
Adam Zhang
2026-07-21 10:53:27 +08:00
parent 9ed3fc855a
commit e9a778b848
@@ -595,7 +595,7 @@ namespacedFilterPolicies:
resourceFilters:
- kinds: [ConfigMap]
names: ["app-*"]
excludedNames: ["*-tmp", "*-debug"]
excludedNames: ["*-tmp-*", "*-debug-*", "*-tmp", "*-debug"]
- kinds: [Secret]
labelSelector:
workload: application