Skip to content

Commit

Permalink
remove CronContainer from config
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jun 21, 2024
1 parent 60c6fca commit 38066f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/nextflow-ecs-task-definition.j2
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ Resources:
Image: !Ref BackendContainerImage
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'
{%- 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 38066f6

Please sign in to comment.