Skip to content

Commit 538ad3e

Browse files
authored
Fix Rollouts plugin location URL format (#735)
Signed-off-by: Jonathan West <[email protected]>
1 parent d2f3d2f commit 538ad3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ func getArgoRolloutsOpenshiftRouteTrafficManagerPath() string {
280280

281281
argoRolloutsImage := os.Getenv("ARGO_ROLLOUTS_IMAGE")
282282
if argoRolloutsImage != "" && strings.HasPrefix(argoRolloutsImage, "registry.redhat.io/openshift-gitops") {
283-
openShiftRoutePluginLocation = "/plugins/rollouts-trafficrouter-openshift/openshift-route-plugin"
283+
openShiftRoutePluginLocation = "file:/plugins/rollouts-trafficrouter-openshift/openshift-route-plugin"
284284
return openShiftRoutePluginLocation
285285
}
286286

0 commit comments

Comments
 (0)