Skip to content

Commit

Permalink
Merge pull request #441 from bcgov/chore/backup
Browse files Browse the repository at this point in the history
chore: update rollout strategy config
  • Loading branch information
bdolor authored Dec 13, 2023
2 parents 5eaeb27 + 8efe184 commit 9dcefa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/templates/backup/backup-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,14 +306,14 @@ parameters:
description: The number of weekly backup files to be retained. Used for the `rolling`
backup strategy.
required: false
value: '4'
value: '3'

- name: MONTHLY_BACKUPS
displayName: Number of Monthly Backups to Retain
description: The number of monthly backup files to be retained. Used for the `rolling`
backup strategy.
required: false
value: '1'
value: '0'

- name: BACKUP_PERIOD
displayName: Period (d,m,s) between backups in a format used by the sleep command
Expand Down

0 comments on commit 9dcefa9

Please sign in to comment.