Skip to content

Commit c93be49

Browse files
committed
adding logs to debug-4
1 parent 09f677a commit c93be49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controllers/database/singleinstancedatabase_controller.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,8 @@ func (r *SingleInstanceDatabaseReconciler) createOrReplaceSVC(ctx context.Contex
15111511
m.Status.Edition = cases.Title(language.English).String(edition)
15121512
}
15131513

1514+
r.Log.Info("Setting connect string statues")
1515+
15141516
if m.Spec.LoadBalancer {
15151517
m.Status.ClusterConnectString = extSvc.Name + "." + extSvc.Namespace + ":" + fmt.Sprint(extSvc.Spec.Ports[1].Port) + "/" + strings.ToUpper(sid)
15161518
if len(extSvc.Status.LoadBalancer.Ingress) > 0 {

0 commit comments

Comments
 (0)