Skip to content

Commit

Permalink
mark env vars as important for ecs (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsinger-klotho authored Jan 29, 2024
1 parent 84216dc commit a4e9447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/templates/aws/resources/ecs_task_definition.yaml
Original file line number Diff line number Diff line change
@@ -42,6 +42,7 @@ properties:
description: The entry point that is passed to the container
Environment:
type: list
important: true
properties:
Name:
type: string

0 comments on commit a4e9447

Please sign in to comment.