Skip to content

Commit

Permalink
force oc template to use yaml values instead of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Jan 27, 2021
1 parent f7917d3 commit 0913124
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ objects:
schedule: '${CHECK_SCHEDULE}'
prune:
retention:
keepDaily: ${DAILY_BACKUP_RETENTION}
keepWeekly: ${WEEKLY_BACKUP_RETENTION}
keepMonthly: ${MONTHLY_BACKUP_RETENTION}
keepDaily: ${{DAILY_BACKUP_RETENTION}}
keepWeekly: ${{WEEKLY_BACKUP_RETENTION}}
keepMonthly: ${{MONTHLY_BACKUP_RETENTION}}
schedule: '${PRUNE_SCHEDULE}'

0 comments on commit 0913124

Please sign in to comment.