This commit is contained in:
Robert Cardell 2025-10-21 15:02:59 +02:00 committed by GitHub
commit 111dc341bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View File

@ -221,7 +221,6 @@ spec:
type: string type: string
logicalBackupSchedule: logicalBackupSchedule:
type: string type: string
pattern: '^(\d+|\*)(/\d+)?(\s+(\d+|\*)(/\d+)?){4}$'
maintenanceWindows: maintenanceWindows:
type: array type: array
items: items:

View File

@ -219,7 +219,6 @@ spec:
type: string type: string
logicalBackupSchedule: logicalBackupSchedule:
type: string type: string
pattern: '^(\d+|\*)(/\d+)?(\s+(\d+|\*)(/\d+)?){4}$'
maintenanceWindows: maintenanceWindows:
type: array type: array
items: items:

View File

@ -351,7 +351,6 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
}, },
"logicalBackupSchedule": { "logicalBackupSchedule": {
Type: "string", Type: "string",
Pattern: "^(\\d+|\\*)(/\\d+)?(\\s+(\\d+|\\*)(/\\d+)?){4}$",
}, },
"maintenanceWindows": { "maintenanceWindows": {
Type: "array", Type: "array",