Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove CronContainer from ContainerDefinitions config #325

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Conversation

BWMac
Copy link
Contributor

@BWMac BWMac commented Jun 21, 2024

This PR removes CronContainer from the ContainerDefinitions config. This is because it uses the same container image as the backend and the configurations must be unique.

@BWMac BWMac requested a review from a team as a code owner June 21, 2024 17:31
@BWMac BWMac changed the title remove CronContainer from config remove CronContainer from ContainerDefinitions config Jun 21, 2024
Copy link

@@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we try unique names as well later?

!Sub ${BackendContainerName}-secret?

Copy link
Collaborator

@thomasyu888 thomasyu888 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 LGTM!

@BWMac BWMac merged commit f6e9dda into dev Jun 21, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants