Skip to content

Commit

Permalink
Add missing velero config values
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Mar 1, 2024
1 parent 2d80682 commit efcc1d3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ velero_bucket_name: not-used
velero_backup_schedule_enabled: true
velero_backup_schedule_name: default
velero_backup_schedule_timings: "0 0 * * *"
velero_backup_schedule_ttl: "168h"
velero_backup_schedule_ttl: "168h"
velero_aws_access_key_id: required-but-not-used
velero_aws_secret_access_key : required-but-not-used

0 comments on commit efcc1d3

Please sign in to comment.