Remove logicalBackupSchedule pattern spec
from the postgresql CRD. The pattern only validates the most basic cron schedules, and fail with the use of intervals, lists, ranges, etc.
This commit is contained in:
parent
af084a5a65
commit
09b891c90a
|
|
@ -215,7 +215,6 @@ spec:
|
|||
x-kubernetes-preserve-unknown-fields: true
|
||||
logicalBackupSchedule:
|
||||
type: string
|
||||
pattern: '^(\d+|\*)(/\d+)?(\s+(\d+|\*)(/\d+)?){4}$'
|
||||
maintenanceWindows:
|
||||
type: array
|
||||
items:
|
||||
|
|
|
|||
Loading…
Reference in New Issue