Skip to content

Commit 01497d5

Browse files
authored
Merge pull request #1677 from liranmauda/liran-fix-log
Change the kubecheck of standaloneDBPod to be quiet
2 parents de1d328 + 589e89c commit 01497d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/system/db_reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func (r *Reconciler) ReconcileCNPGCluster() error {
7777
},
7878
}
7979

80-
if util.KubeCheck(standaloneDBPod) {
80+
if util.KubeCheckQuiet(standaloneDBPod) {
8181
// stop the standalone DB pod. For now it is only scaled down to 0 replicas, to keep it around as backup
8282
r.cnpgLog("Scaling down the standalone DB pod")
8383
if err := r.ReconcileObject(r.NooBaaPostgresDB, func() error {

0 commit comments

Comments
 (0)