Skip to content

Commit

Permalink
[velero] Add example excluded-resources values (#611)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
younsl authored Aug 15, 2024
1 parent 88ecfa4 commit f503663
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.14.0
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 7.1.4
version: 7.1.5
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
5 changes: 5 additions & 0 deletions charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,11 @@ nodeAgent:
# storageLocation: default
# includedNamespaces:
# - foo
# # See: https://velero.io/docs/v1.14/resource-filtering/#excludes
# excludedNamespaceScopedResources:
# - persistentVolumeClaims
# excludedClusterScopedResources:
# - persistentVolumes
schedules: {}

# Velero ConfigMaps.
Expand Down

0 comments on commit f503663

Please sign in to comment.