Skip to content

Commit

Permalink
Merge pull request #2 from SwanseaUniversityMedical/fix/chart-set-nod…
Browse files Browse the repository at this point in the history
…e-agent-timeout

feat(velero-chart): add support for configuring data-mover-prepare-timeout flag in node-agent daemonset
  • Loading branch information
alee-x authored May 3, 2024
2 parents bb0de1b + 89f74a5 commit 232ab96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/velero/templates/node-agent-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ spec:
{{- with .logFormat }}
- --log-format={{ . }}
{{- end }}
{{- with .dataMoverPrepareTimeout }}
- --data-mover-prepare-timeout={{ . }}
{{- end }}
{{- end }}
volumeMounts:
{{- if .Values.credentials.useSecret }}
Expand Down
2 changes: 2 additions & 0 deletions charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ configuration:
# Comma separated list of velero feature flags. default: empty
# features: EnableCSI
features:
# node-agent data-mover-prepare-timeout value. default: empty
dataMoverPrepareTimeout:
# `velero server` default: velero
namespace:

Expand Down

0 comments on commit 232ab96

Please sign in to comment.