Skip to content

Commit

Permalink
remove redis credential config
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jun 20, 2024
1 parent 917d022 commit 7e06c4c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/nextflow-ecs-task-definition.j2
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,6 @@ Resources:
EFSVolumeConfiguration:
FilesystemId: !Ref EfsFileSystemId
ContainerDefinitions:
{%- if sceptre_user_data.EnableRedisDocker is defined and sceptre_user_data.EnableRedisDocker %}
- image: !Ref RedisContainerImage
repositoryCredentials:
credentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
{%- endif %}
- image: !Ref MigrateDBContainerImage
repositoryCredentials:
credentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
Expand Down

0 comments on commit 7e06c4c

Please sign in to comment.