Skip to content

Commit 0c44a13

Browse files
committed
add pullsecret
1 parent 09b4f0f commit 0c44a13

File tree

5 files changed

+301
-278
lines changed

5 files changed

+301
-278
lines changed

setup/helm/operator/crds/postgresql.crd.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,19 @@ spec:
657657
type: object
658658
type: array
659659
tde:
660+
type: object
660661
nullable: true
661662
properties:
662663
enable:
663664
type: boolean
664-
type: object
665+
keybits:
666+
type: integer
667+
format: int32
668+
default: 128
669+
enum:
670+
- 128
671+
- 192
672+
- 256
665673
teamId:
666674
type: string
667675
tls:

0 commit comments

Comments
 (0)