Skip to content

Commit b70dcf7

Browse files
committed
Fix capitalization I force-pushed
1 parent 9c5ce98 commit b70dcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/postgrescluster/pgbouncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ func (r *Reconciler) generatePGBouncerDeployment(
481481

482482
if len(missingContainers) > 0 {
483483
r.Recorder.Eventf(cluster, corev1.EventTypeWarning, "SpecifiedContainerNotFound",
484-
"The following pgBouncer pod containers were specified for additional volumes but cannot be found: %s.", missingContainers)
484+
"The following PgBouncer pod containers were specified for additional volumes but cannot be found: %s.", missingContainers)
485485
}
486486
}
487487

0 commit comments

Comments
 (0)