Skip to content

Commit

Permalink
Update UI redirect to kube-system.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrant0607 committed Jul 7, 2015
1 parent 2337daf commit ee06479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ui/installsupport.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
assetfs "github.com/elazarl/go-bindata-assetfs"
)

const dashboardPath = "/api/v1/proxy/namespaces/default/services/kube-ui/#/dashboard/"
const dashboardPath = "/api/v1/proxy/namespaces/kube-system/services/kube-ui/#/dashboard/"

type MuxInterface interface {
Handle(pattern string, handler http.Handler)
Expand Down

0 comments on commit ee06479

Please sign in to comment.