Skip to content

Commit

Permalink
Merge pull request #148 from rundeck-plugins/command-multi-container-pod
Browse files Browse the repository at this point in the history
Add "container" property to Execute Command workflow step
  • Loading branch information
ltamaster authored Feb 22, 2023
2 parents 0a8f0df + c98a753 commit ecda614
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2284,6 +2284,11 @@ providers:
title: "Pod Name"
description: "Pod Name"
required: false
- name: container
type: String
title: "Container Name"
description: "(Optional) Container name within the pod to execute the command.\n This is only relevant for pods with multiple containers in them. Leave blank to default to the first container in the Pod definition."
required: false
- name: namespace
type: String
title: "Namespace"
Expand Down

0 comments on commit ecda614

Please # to comment.