We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de1d328 + 589e89c commit 01497d5Copy full SHA for 01497d5
pkg/system/db_reconciler.go
@@ -77,7 +77,7 @@ func (r *Reconciler) ReconcileCNPGCluster() error {
77
},
78
}
79
80
- if util.KubeCheck(standaloneDBPod) {
+ if util.KubeCheckQuiet(standaloneDBPod) {
81
// stop the standalone DB pod. For now it is only scaled down to 0 replicas, to keep it around as backup
82
r.cnpgLog("Scaling down the standalone DB pod")
83
if err := r.ReconcileObject(r.NooBaaPostgresDB, func() error {
0 commit comments