File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
charts/postgres-operator/crds Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,10 @@ spec:
223
223
items :
224
224
type : string
225
225
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))\ *$'
226
+ masterServiceAnnotations :
227
+ type : object
228
+ additionalProperties :
229
+ type : string
226
230
nodeAffinity :
227
231
type : object
228
232
properties :
@@ -402,6 +406,10 @@ spec:
402
406
replicaLoadBalancer :
403
407
type : boolean
404
408
description : deprecated
409
+ replicaServiceAnnotations :
410
+ type : object
411
+ additionalProperties :
412
+ type : string
405
413
resources :
406
414
type : object
407
415
properties :
Original file line number Diff line number Diff line change @@ -221,6 +221,10 @@ spec:
221
221
items :
222
222
type : string
223
223
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))\ *$'
224
+ masterServiceAnnotations :
225
+ type : object
226
+ additionalProperties :
227
+ type : string
224
228
nodeAffinity :
225
229
type : object
226
230
properties :
@@ -400,6 +404,10 @@ spec:
400
404
replicaLoadBalancer :
401
405
type : boolean
402
406
description : deprecated
407
+ replicaServiceAnnotations :
408
+ type : object
409
+ additionalProperties :
410
+ type : string
403
411
resources :
404
412
type : object
405
413
properties :
You can’t perform that action at this time.
0 commit comments