Adding hourly option to LogrotateRotationInterval parameter

Change-Id: I40844e4a98f986e5f6132619c808b95bd6fecf7f
Closes-Bug: #1858700
This commit is contained in:
Marc Methot 2020-01-07 16:54:06 -05:00
parent 6b568edc07
commit 9f5ba23c83
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ parameters:
type: string
default: 'daily'
constraints:
- allowed_values: [ 'daily', 'weekly', 'monthly' ]
- allowed_values: [ 'hourly', 'daily', 'weekly', 'monthly' ]
LogrotateRotate:
description: Configures the rotate param for containerized logrotate.
type: string