Skip to content

Commit

Permalink
Fix Rollouts plugin location URL format (#735)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan West <[email protected]>
  • Loading branch information
jgwest authored Jun 10, 2024
1 parent d2f3d2f commit 538ad3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func getArgoRolloutsOpenshiftRouteTrafficManagerPath() string {

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

Expand Down

0 comments on commit 538ad3e

Please sign in to comment.