Skip to content

Commit 746c906

Browse files
benjaminjbcbandy
andcommitted
Update pkg/apis/postgres-operator.crunchydata.com/v1beta1/pgbouncer_types.go
Co-authored-by: Chris Bandy <[email protected]>
1 parent a9f85de commit 746c906

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14472,6 +14472,9 @@ spec:
1447214472
global:
1447314473
additionalProperties:
1447414474
type: string
14475+
description: |-
14476+
Settings that apply to the entire PgBouncer process.
14477+
More info: https://www.pgbouncer.org/config.html
1447514478
maxProperties: 50
1447614479
type: object
1447714480
x-kubernetes-map-type: granular
@@ -33513,6 +33516,9 @@ spec:
3351333516
global:
3351433517
additionalProperties:
3351533518
type: string
33519+
description: |-
33520+
Settings that apply to the entire PgBouncer process.
33521+
More info: https://www.pgbouncer.org/config.html
3351633522
maxProperties: 50
3351733523
type: object
3351833524
x-kubernetes-map-type: granular

pkg/apis/postgres-operator.crunchydata.com/v1beta1/pgbouncer_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type PGBouncerConfiguration struct {
3131
// +kubebuilder:validation:XValidation:rule=`!has(self.logfile) || self.logfile.endsWith('.log')`,message=`logfile config must end with '.log'`
3232
// +kubebuilder:validation:MaxProperties=50
3333
// See also XValidation rule on v1 PostgresProxySpec
34-
34+
//
3535
// +optional
3636
// +mapType=granular
3737
Global map[string]string `json:"global,omitempty"`

0 commit comments

Comments
 (0)