Skip to content

Commit

Permalink
Corrects parameter capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jun 21, 2024
1 parent aa8d03d commit 60c6fca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions templates/nextflow-ecs-task-definition.j2
Original file line number Diff line number Diff line change
Expand Up @@ -191,20 +191,20 @@ Resources:
ContainerDefinitions:
- Name: !Ref MigrateDBContainerName
Image: !Ref MigrateDBContainerImage
repositoryCredentials:
credentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
RepositoryCredentials:
CredentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
- Name: !Ref FrontendContainerName
Image: !Ref FrontendContainerImage
repositoryCredentials:
credentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
RepositoryCredentials:
CredentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
- Name: !Ref BackendContainerName
Image: !Ref BackendContainerImage
repositoryCredentials:
credentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
RepositoryCredentials:
CredentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
- Name: !Ref CronContainerName
Image: !Ref CronContainerImage
repositoryCredentials:
credentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
RepositoryCredentials:
CredentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
{%- if sceptre_user_data.EnableRedisDocker is defined and sceptre_user_data.EnableRedisDocker %}
# The following container definition is a stop-gap solution for
# https://sagebionetworks.jira.com/browse/WORKFLOWS-521
Expand Down

0 comments on commit 60c6fca

Please sign in to comment.