Skip to content

Commit ac894c4

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

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
@@ -26,7 +26,7 @@ type PGBouncerConfiguration struct {
2626

2727
// Settings that apply to the entire PgBouncer process.
2828
// More info: https://www.pgbouncer.org/config.html
29-
//
29+
// ---
3030
// # Logging
3131
// +kubebuilder:validation:XValidation:rule=`!has(self.logfile) || self.logfile.endsWith('.log')`,message=`logfile config must end with '.log'`
3232
// See also XValidation rule on v1 PostgresProxySpec

0 commit comments

Comments
 (0)