Skip to content

Commit

Permalink
Support configure TaskRoleArn for ECS taskset (#3853)
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhtc1202 authored Aug 17, 2022
1 parent f298404 commit 31edcc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/piped/platformprovider/ecs/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func (c *client) RegisterTaskDefinition(ctx context.Context, taskDefinition type
ContainerDefinitions: taskDefinition.ContainerDefinitions,
RequiresCompatibilities: taskDefinition.RequiresCompatibilities,
ExecutionRoleArn: taskDefinition.ExecutionRoleArn,
TaskRoleArn: taskDefinition.TaskRoleArn,
NetworkMode: taskDefinition.NetworkMode,
Volumes: taskDefinition.Volumes,
// Requires defined at task level in case Fargate is used.
Expand Down

0 comments on commit 31edcc1

Please sign in to comment.