Skip to content

Commit

Permalink
replaces .configuration.repositoryMaintenanceJob.keepLatestJobsCount …
Browse files Browse the repository at this point in the history
…key with .configuration.repositoryMaintenanceJob.latestJobsCount

Signed-off-by: Navratan Lal Gupta <[email protected]>
  • Loading branch information
navilg committed Jul 19, 2024
1 parent 60301f2 commit 7ee08f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/velero/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ spec:
- --maintenance-job-mem-limit={{ . }}
{{- end }}
{{- end }}
- --keep-latest-maintenance-jobs={{ .keepLatestJobsCount }}
- --keep-latest-maintenance-jobs={{ .latestJobsCount }}
{{- end }}
{{- with .extraArgs }}
### User-supplied overwrite flags
Expand Down
2 changes: 1 addition & 1 deletion charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ configuration:
# cpu: 1000m
# memory: 1024Mi
# Number of latest maintenance jobs to keep for each repository
keepLatestJobsCount: 3
latestJobsCount: 3
# `velero server` default: velero
namespace:
# additional command-line arguments that will be passed to the `velero server`
Expand Down

0 comments on commit 7ee08f5

Please sign in to comment.