Skip to content

Commit

Permalink
Merge pull request #474 from Heldroe/validation-frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
jenting authored Jul 6, 2023
2 parents 6172515 + 4c7c9cf commit 6696b40
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.11.0
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 4.1.2
version: 4.1.3
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/backupstoragelocation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
{{- with .default }}
default: {{ . }}
{{- end }}
{{- with .validationFrequency }}
validationFrequency: {{ . }}
{{- end }}
objectStorage:
bucket: {{ .bucket | quote }}
{{- with .prefix }}
Expand Down
2 changes: 2 additions & 0 deletions charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ configuration:
prefix:
# default indicates this location is the default backup storage location. Optional.
default:
# validationFrequency defines how frequently Velero should validate the object storage. Optional.
validationFrequency:
# accessMode determines if velero can write to this backup storage location. Optional.
# default to ReadWrite, ReadOnly is used during migrations and restores.
accessMode: ReadWrite
Expand Down

0 comments on commit 6696b40

Please sign in to comment.