Merge "Use number for KeystoneCronTokenFlushMaxDelay instead of string"
This commit is contained in:
commit
aca0c4fc2d
@ -178,10 +178,10 @@ parameters:
|
|||||||
Cron to purge expired tokens - Week Day
|
Cron to purge expired tokens - Week Day
|
||||||
default: '*'
|
default: '*'
|
||||||
KeystoneCronTokenFlushMaxDelay:
|
KeystoneCronTokenFlushMaxDelay:
|
||||||
type: string
|
type: number
|
||||||
description: >
|
description: >
|
||||||
Cron to purge expired tokens - Max Delay
|
Cron to purge expired tokens - Max Delay
|
||||||
default: '0'
|
default: 0
|
||||||
KeystoneCronTokenFlushDestination:
|
KeystoneCronTokenFlushDestination:
|
||||||
type: string
|
type: string
|
||||||
description: >
|
description: >
|
||||||
|
Loading…
Reference in New Issue
Block a user