Skip to content

Commit 7ac491e

Browse files
authored
add compatibility with helm2
1 parent 6a689cd commit 7ac491e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

charts/postgres-operator/crds/postgresqls.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ spec:
142142
- "transaction"
143143
numberOfInstances:
144144
type: integer
145-
minimum: 2
146145
resources:
147146
type: object
148147
required:
@@ -216,7 +215,6 @@ spec:
216215
pattern: '^\ *((Mon|Tue|Wed|Thu|Fri|Sat|Sun):(2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))-((Mon|Tue|Wed|Thu|Fri|Sat|Sun):(2[0-3]|[01]?\d):([0-5]?\d)|(2[0-3]|[01]?\d):([0-5]?\d))\ *$'
217216
numberOfInstances:
218217
type: integer
219-
minimum: 0
220218
patroni:
221219
type: object
222220
properties:

0 commit comments

Comments
 (0)