Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Oct 17, 2024
1 parent f9e98f8 commit 09a33f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ func addConnectionDetail(comp common.Composite, svc *runtime.ServiceRuntime, sec

compositeCD := svc.GetConnectionDetails()

// url := getPostgresURLCustomUser(compositeCD, string(compositeCD["MARIADB_HOST"]), username)
url := fmt.Sprintf("mysql://%s:%s@%s:%s", username, userpassCD["userpass"], compositeCD["MARIADB_HOST"], compositeCD["MARIADB_PORT"])

om := metav1.ObjectMeta{
Expand Down

0 comments on commit 09a33f2

Please sign in to comment.