Skip to content

Commit

Permalink
Merge pull request #238 from vshn/fixing_connection_detail
Browse files Browse the repository at this point in the history
fixing bug in connection details
  • Loading branch information
wejdross authored Oct 1, 2024
2 parents 7dd0eb1 + 4be9cf2 commit 85930ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func addConnectionDetail(comp *vshnv1.VSHNPostgreSQL, svc *runtime.ServiceRuntim

compositeCD := svc.GetConnectionDetails()

url := getPostgresURLCustomUser(compositeCD, string(userpassCD["userpass"]), username)
url := getPostgresURLCustomUser(compositeCD, string(compositeCD["POSTGRESQL_HOST"]), username)

om := metav1.ObjectMeta{
Name: comp.GetLabels()["crossplane.io/claim-name"] + "-" + username,
Expand Down

0 comments on commit 85930ea

Please sign in to comment.