Skip to content

Commit 1fbb916

Browse files
committed
comment
1 parent 1bb95f0 commit 1fbb916

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14375,9 +14375,6 @@ spec:
1437514375
description: |-
1437614376
Settings that apply to the entire PgBouncer process.
1437714377
More info: https://www.pgbouncer.org/config.html
14378-
14379-
# Logging
14380-
See also XValidation rule on v1 PostgresProxySpec
1438114378
type: object
1438214379
x-kubernetes-map-type: granular
1438314380
x-kubernetes-validations:
@@ -33316,9 +33313,6 @@ spec:
3331633313
description: |-
3331733314
Settings that apply to the entire PgBouncer process.
3331833315
More info: https://www.pgbouncer.org/config.html
33319-
33320-
# Logging
33321-
See also XValidation rule on v1 PostgresProxySpec
3332233316
type: object
3332333317
x-kubernetes-map-type: granular
3332433318
x-kubernetes-validations:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type PGBouncerConfiguration struct {
2929
// ---
3030
// # Logging
3131
// +kubebuilder:validation:XValidation:rule=`!has(self.logfile) || self.logfile.endsWith('.log')`,message=`logfile config must end with '.log'`
32-
// See also XValidation rule on v1 PostgresProxySpec
32+
// See also XValidation rule on v1 PostgresProxySpec
3333
//
3434
// +optional
3535
// +mapType=granular

0 commit comments

Comments
 (0)