Skip to content

Commit

Permalink
add default retention to yaml in case it's not given we don't error
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Jan 24, 2021
1 parent bcc1426 commit e7d5559
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ parameters:
required: true
- name: MONTHLY_BACKUP_RETENTION
description: How many monthly backups should be retained after pruning
required: true
value: '1'
- name: WEEKLY_BACKUP_RETENTION
description: How many weekly backups should be retained after pruning
required: true
value: '4'
- name: DAILY_BACKUP_RETENTION
description: How many daily backups should be retained after pruning
required: true
value: '7'
- name: ENVIRONMENT_TYPE
description: What type of environment this is (production/development)
required: true
Expand Down

0 comments on commit e7d5559

Please sign in to comment.