Skip to content

Commit

Permalink
chore: autofixes from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 12, 2024
1 parent 1153a20 commit 3cefb76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ The following table lists the configurable parameters of the chart and the defau
| backupJob.backup.command | string | `nil` | command for the backup. Defaults to '/usr/bin/restic' by the upstream container. |
| backupJob.backup.image.pullPolicy | string | `"IfNotPresent"` | |
| backupJob.backup.image.repository | string | `"restic/restic"` | |
| backupJob.backup.image.tag | string | `"0.16.4"` | |
| backupJob.backup.image.tag | string | `"0.16.5"` | |
| backupJob.backup.resources | object | `{}` | resources for the backup container |
| backupJob.concurrencyPolicy | string | `"Forbid"` | concurrencyPolicy for the backup Jobs |
| backupJob.env | list | `[]` | Additional environment values to load. Only applies to the backup container, not the init containers that initializes the restic repository. Has to match the pod.spec.containers.env spec. |
| backupJob.failedJobsHistoryLimit | int | `1` | failedJobsHistoryLimit for the backup Jobs |
| backupJob.init | object | `{"image":{"pullPolicy":"IfNotPresent","repository":"restic/restic","tag":"0.16.4"},"resources":{}}` | Configuration for the repository init container |
| backupJob.init | object | `{"image":{"pullPolicy":"IfNotPresent","repository":"restic/restic","tag":"0.16.5"},"resources":{}}` | Configuration for the repository init container |
| backupJob.init.resources | object | `{}` | resources for the init container |
| backupJob.nodeSelector | object | `{}` | |
| backupJob.schedule | string | `"17 3 * * *"` | when to run backups |
Expand All @@ -74,7 +74,7 @@ The following table lists the configurable parameters of the chart and the defau
| cleanupJob.failedJobsHistoryLimit | int | `1` | failedJobsHistoryLimit for the cleanup Jobs |
| cleanupJob.image.pullPolicy | string | `"IfNotPresent"` | |
| cleanupJob.image.repository | string | `"restic/restic"` | |
| cleanupJob.image.tag | string | `"0.16.4"` | |
| cleanupJob.image.tag | string | `"0.16.5"` | |
| cleanupJob.keepDaily | int | `8` | number of daily snapshots to keep |
| cleanupJob.keepMonthly | int | `13` | number of monthly snapshots to keep |
| cleanupJob.keepWeekly | int | `5` | number of weekly snapshots to keep |
Expand Down

0 comments on commit 3cefb76

Please sign in to comment.