Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Jun 11, 2020
1 parent cc9975d commit 17475c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/controller/che/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ func (r *ReconcileChe) getProxyConfiguration(checluster *orgv1.CheCluster) (*dep
}
}

if util.IsOpenShift {
publicHostname, err := util.GetClusterPublicHostname()

}

return proxy, nil
}

Expand Down

0 comments on commit 17475c7

Please sign in to comment.