Fix on port 443 do not add port to url
[ZITADOPER-1]
This commit is contained in:
@@ -96,7 +96,7 @@ func (wr *wrappedProjectReconciler) Reconcile(ctx context.Context, ztdClient *ma
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
{
|
||||
if wr.project.Status.ProjectId != "" {
|
||||
_, err := ztdClient.GetProjectByID(middleware.SetOrgID(ctx, org.Status.OrgId), &pb.GetProjectByIDRequest{Id: wr.project.Status.ProjectId})
|
||||
if err != nil {
|
||||
if !strings.Contains(err.Error(), "not found") {
|
||||
|
||||
Reference in New Issue
Block a user