Skip to content

Commit

Permalink
fix(k8s-exec): use containerName if specified for kubernetes-exec act…
Browse files Browse the repository at this point in the history
…ions (#6682)
  • Loading branch information
twelvemo authored Nov 26, 2024
1 parent 405940e commit 976ab70
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ async function readAndExec({
log,
namespace,
workload: target,
containerName: resource.containerName,
command,
interactive: false,
streamLogs: true,
Expand Down

0 comments on commit 976ab70

Please sign in to comment.