Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm committed Jan 25, 2025
1 parent 363df26 commit 4130f7f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
1 change: 0 additions & 1 deletion charts/kubedb-crds/crds/kubedb.com_pgbouncers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ spec:
enum:
- md5
- scram-sha-256
- cert
type: string
defaultPoolSize:
format: int64
Expand Down
15 changes: 15 additions & 0 deletions charts/kubedb-crds/crds/ops.kubedb.com_pgbounceropsrequests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ spec:
- alias
type: object
type: array
clientAuthMode:
enum:
- md5
- scram-sha-256
type: string
issuerRef:
properties:
apiGroup:
Expand All @@ -199,6 +204,15 @@ spec:
type: boolean
rotateCertificates:
type: boolean
sslMode:
enum:
- disable
- allow
- prefer
- require
- verify-ca
- verify-full
type: string
type: object
type:
enum:
Expand All @@ -208,6 +222,7 @@ spec:
- Reconfigure
- RotateAuth
- Restart
- ReconfigureTLS
type: string
updateVersion:
properties:
Expand Down
16 changes: 15 additions & 1 deletion crds/kubedb-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288763,7 +288763,6 @@ spec:
enum:
- md5
- scram-sha-256
- cert
type: string
defaultPoolSize:
format: int64
Expand Down Expand Up @@ -369466,6 +369465,11 @@ spec:
- alias
type: object
type: array
clientAuthMode:
enum:
- md5
- scram-sha-256
type: string
issuerRef:
properties:
apiGroup:
Expand All @@ -369483,6 +369487,15 @@ spec:
type: boolean
rotateCertificates:
type: boolean
sslMode:
enum:
- disable
- allow
- prefer
- require
- verify-ca
- verify-full
type: string
type: object
type:
enum:
Expand All @@ -369492,6 +369505,7 @@ spec:
- Reconfigure
- RotateAuth
- Restart
- ReconfigureTLS
type: string
updateVersion:
properties:
Expand Down

0 comments on commit 4130f7f

Please sign in to comment.