Skip to content

Commit a7cc221

Browse files
Add support for helm chart.
1 parent fc8d6cf commit a7cc221

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

charts/postgres-operator/crds/postgresqls.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,23 @@ spec:
584584
- PreferNoSchedule
585585
tolerationSeconds:
586586
type: integer
587+
topologySpreadConstraints:
588+
type: array
589+
nullable: true
590+
items:
591+
type: object
592+
properties:
593+
maxskew:
594+
type: integer
595+
format: int32
596+
minimum: 1
597+
topologyKey:
598+
type: string
599+
whenUnsatisfiable:
600+
type: string
601+
enum:
602+
- DoNotSchedule
603+
- ScheduleAnyway
587604
useLoadBalancer:
588605
type: boolean
589606
description: deprecated

0 commit comments

Comments
 (0)