Skip to content

Commit e326d5b

Browse files
benjaminjbcbandy
andauthored
Update pkg/apis/postgres-operator.crunchydata.com/v1beta1/pgbouncer_types.go
Co-authored-by: Chris Bandy <[email protected]>
1 parent 45ef424 commit e326d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)