Skip to content

Commit 73ab548

Browse files
committed
fix path to binary
1 parent ea19ea0 commit 73ab548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ objects:
5959
image: ${IMAGE}:${IMAGE_TAG}
6060
imagePullPolicy: Always
6161
command:
62-
- rosa-mcp-server
62+
- /app/rosa-mcp-server
6363
- --transport=sse
6464
- --host=${HOST}
6565
- --port=${PORT}

0 commit comments

Comments
 (0)