Skip to content

Commit

Permalink
Merge pull request #391 from flbla/main
Browse files Browse the repository at this point in the history
[velero] add storeValidationFrequency parameter
  • Loading branch information
shubham-pampattiwar authored Aug 18, 2022
2 parents 4ae5f82 + d445dd3 commit 69e7a01
Show file tree
Hide file tree
Showing 3 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.9.0
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 2.31.1
version: 2.31.2
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
3 changes: 3 additions & 0 deletions charts/velero/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ spec:
{{- with .disableControllers }}
- --disable-controllers={{ . }}
{{- end }}
{{- with .storeValidationFrequency }}
- --store-validation-frequency={{ . }}
{{- end }}
{{- end }}
{{- with .Values.resources }}
resources:
Expand Down
2 changes: 2 additions & 0 deletions charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ configuration:
clientPageSize:
# `velero server` default: empty
disableControllers:
# `velero server` default: 1m
storeValidationFrequency:
#

# additional key/value pairs to be used as environment variables such as "AWS_CLUSTER_NAME: 'yourcluster.domain.tld'"
Expand Down

0 comments on commit 69e7a01

Please sign in to comment.