Skip to content

Commit 4556643

Browse files
committed
Ensure compilation of Postgres Operator
The backpatch described in 29686f4 failed to remove one particular block, which caused a compilation error.
1 parent 5530c23 commit 4556643

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/operator/cluster/pgbouncer.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@ func AddPgbouncer(clientset kubernetes.Interface, restclient *rest.RESTClient, r
185185
}
186186
}
187187

188-
// next, create the secret that pgbouncer will use to be properly configure
189-
if err := createPgbouncerSecret(clientset, cluster, pgBouncerPassword); err != nil {
190-
return err
191-
}
192-
193188
// next, create the pgBouncer deployment
194189
if err := createPgBouncerDeployment(clientset, cluster); err != nil {
195190
return err

0 commit comments

Comments
 (0)