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 |                   x-kubernetes-preserve-unknown-fields: true | ||||||
|               logicalBackupSchedule: |               logicalBackupSchedule: | ||||||
|                 type: string |                 type: string | ||||||
|                 pattern: '^(\d+|\*)(/\d+)?(\s+(\d+|\*)(/\d+)?){4}$' |  | ||||||
|               maintenanceWindows: |               maintenanceWindows: | ||||||
|                 type: array |                 type: array | ||||||
|                 items: |                 items: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue