We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ecfa4 commit f503663Copy full SHA for f503663
charts/velero/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: 1.14.0
3
kubeVersion: ">=1.16.0-0"
4
description: A Helm chart for velero
5
name: velero
6
-version: 7.1.4
+version: 7.1.5
7
home: https://github.com/vmware-tanzu/velero
8
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
9
sources:
charts/velero/values.yaml
@@ -619,6 +619,11 @@ nodeAgent:
619
# storageLocation: default
620
# includedNamespaces:
621
# - foo
622
+# # See: https://velero.io/docs/v1.14/resource-filtering/#excludes
623
+# excludedNamespaceScopedResources:
624
+# - persistentVolumeClaims
625
+# excludedClusterScopedResources:
626
+# - persistentVolumes
627
schedules: {}
628
629
# Velero ConfigMaps.
0 commit comments