fix: Add missing slash to che dashboard routes/ingress

Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
pull/1016/head
Flavius Lacatusu 2021-08-17 16:12:26 +02:00
parent 62f7a25ee4
commit 0b5032ffbb
No known key found for this signature in database
GPG Key ID: 1F5C00691820AC13
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func (d *Dashboard) SyncAll() (done bool, err error) {
// Expose dashboard service with route or ingress
_, done, err = expose.ExposeWithHostPath(d.deployContext, d.component, d.deployContext.CheCluster.Spec.Server.CheHost,
"/dashboard",
"/dashboard/",
d.deployContext.CheCluster.Spec.Server.DashboardRoute,
d.deployContext.CheCluster.Spec.Server.DashboardIngress,
)