Skip to content

Commit ea19ea0

Browse files
committed
replace args with command in template
1 parent c961a48 commit ea19ea0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openshift/template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ objects:
5858
- name: rosa-mcp-server
5959
image: ${IMAGE}:${IMAGE_TAG}
6060
imagePullPolicy: Always
61-
args:
61+
command:
62+
- rosa-mcp-server
6263
- --transport=sse
6364
- --host=${HOST}
6465
- --port=${PORT}

0 commit comments

Comments
 (0)