Skip to content

Commit

Permalink
Correct minor issue where version is also added in group as part of #761
Browse files Browse the repository at this point in the history
 (#762)
  • Loading branch information
viveksinghggits committed Sep 11, 2020
1 parent 0c553b7 commit b104810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kube/discover.go
Expand Up @@ -9,7 +9,7 @@ import (

const (
osAppsGroupName = `apps.openshift.io`
osRouteGroupName = `route.openshift.io/v1`
osRouteGroupName = `route.openshift.io`
)

// IsOSAppsGroupAvailable returns true if the openshift apps group is registered in service discovery.
Expand Down

0 comments on commit b104810

Please sign in to comment.