Skip to content

Commit f503663

Browse files
authored
[velero] Add example excluded-resources values (#611)
* docs(helm): Add example excluded-resources values * Add `excludedNamespaceScopedResources` to schedules example * Add `excludedClusterScopedResources` to schedules example Signed-off-by: younsl <[email protected]> * bump(patch): chart semantic version to 7.1.5 Signed-off-by: younsl <[email protected]> --------- Signed-off-by: younsl <[email protected]>
1 parent 88ecfa4 commit f503663

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

charts/velero/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 1.14.0
33
kubeVersion: ">=1.16.0-0"
44
description: A Helm chart for velero
55
name: velero
6-
version: 7.1.4
6+
version: 7.1.5
77
home: https://github.com/vmware-tanzu/velero
88
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
99
sources:

charts/velero/values.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,11 @@ nodeAgent:
619619
# storageLocation: default
620620
# includedNamespaces:
621621
# - foo
622+
# # See: https://velero.io/docs/v1.14/resource-filtering/#excludes
623+
# excludedNamespaceScopedResources:
624+
# - persistentVolumeClaims
625+
# excludedClusterScopedResources:
626+
# - persistentVolumes
622627
schedules: {}
623628

624629
# Velero ConfigMaps.

0 commit comments

Comments
 (0)