Skip to content

Commit

Permalink
add EphemeralStorage to RegisterTaskDefinition() (#5063)
Browse files Browse the repository at this point in the history
Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
  • Loading branch information
t-kikuc authored Jul 23, 2024
1 parent 586ae47 commit 60c4a53
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 @@ -187,6 +187,7 @@ func (c *client) RegisterTaskDefinition(ctx context.Context, taskDefinition type
NetworkMode: taskDefinition.NetworkMode,
Volumes: taskDefinition.Volumes,
RuntimePlatform: taskDefinition.RuntimePlatform,
EphemeralStorage: taskDefinition.EphemeralStorage,
// Requires defined at task level in case Fargate is used.
Cpu: taskDefinition.Cpu,
Memory: taskDefinition.Memory,
Expand Down

0 comments on commit 60c4a53

Please sign in to comment.