removed container attach thingy

This commit is contained in:
ACoolName 2025-04-09 16:20:34 +03:00
parent c1c5d23f92
commit c647f76894

View File

@ -254,7 +254,6 @@ func (i *InstanceManager) InteractiveTerminal(ctx context.Context, serverId stri
Name(serverId).
SubResource("attach").
VersionedParams(&corev1.PodAttachOptions{
Container: "server",
Stdin: true,
Stdout: true,
Stderr: true,