Skip to content

Commit

Permalink
Fix template stack name
Browse files Browse the repository at this point in the history
  • Loading branch information
nckturner committed Aug 2, 2019
1 parent 9c63c50 commit 6da660b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/sam/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Resources:
Type: AWS::ECS::TaskDefinition
Properties:
ContainerDefinitions:
- Name: "AWSWesleyClusterEventWatcher"
- Name: "AWSEKSPodIdentityWebhook"
Image: !Sub "${PipelinesControlledEcrRepository}@${ImageDigest}"
Cpu: 10
Memory: 500
Expand All @@ -29,4 +29,4 @@ Outputs:
StackArn:
Description: Don't remove this output! Pipelines needs this to do its association. (And LPT. Remvoing will break things)
Value: {Ref: 'AWS::StackId'}
...
...

0 comments on commit 6da660b

Please sign in to comment.