Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/thv-operator/controllers/mcpserver_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ func (r *MCPServerReconciler) deploymentForMCPServer(
replicas := int32(1)

// Prepare container args
args := []string{"run", "--foreground=true"}
args := []string{"run"}

// Prepare container volume mounts
volumeMounts := []corev1.VolumeMount{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ var _ = Describe("MCPServer Controller Integration Tests", func() {

// Verify container args contain the required parameters
Expect(container.Args).To(ContainElement("run"))
Expect(container.Args).To(ContainElement("--foreground=true"))
Expect(container.Args).To(ContainElement(mcpServer.Spec.Image))

// Verify container ports
Expand Down
149 changes: 0 additions & 149 deletions cmd/thv-proxyrunner/app/execution.go

This file was deleted.

Loading
Loading