Skip to content

Commit

Permalink
fix(ecs-operator): Fix register kwargs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Mar 3, 2025
1 parent 75531c1 commit de7285f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def setup_operator(self) -> EcsRegisterTaskDefinitionOperator:
register_task_kwargs={
"cpu": str(self.container_cpu),
"memory": str(self.container_memory),
"environment": self.container_env,
"requiresCompatibilities": ["FARGATE"],
"tags": [
{"key": "name", "value": self.name},
Expand Down

0 comments on commit de7285f

Please sign in to comment.