From 09b891c90a3ca20e070c2adaccc470248bd320c9 Mon Sep 17 00:00:00 2001 From: Robert Cardell <114396208+bwrobc@users.noreply.github.com> Date: Tue, 16 May 2023 14:59:40 +0100 Subject: [PATCH] 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. --- manifests/postgresql.crd.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/postgresql.crd.yaml b/manifests/postgresql.crd.yaml index 6066abad1..8986bc0fa 100644 --- a/manifests/postgresql.crd.yaml +++ b/manifests/postgresql.crd.yaml @@ -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: