Update plugins/kubernetes/src/components/PodExecTerminal/PodExecTerminal.tsx

Co-authored-by: Jamie Klassen <jklassen@vmware.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
This commit is contained in:
Carlos Esteban Lopez Jaramillo
2023-09-05 10:07:49 -05:00
committed by Carlos Esteban Lopez
parent b5e3733987
commit d421fea9c9
@@ -38,7 +38,7 @@ const hasSocketProtocol = (url: string | URL) =>
/wss?:\/\//.test(url.toString());
/**
* Opens a Terminal shell to the given pod's container in a Dialog
* Executes a `/bin/sh` process in the given pod's container and opens a terminal connected to it
*
* @public
*/