Skip to content

Commit

Permalink
Adding new key to CFN template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caesonia committed Jan 30, 2024
1 parent 7c2bb05 commit 5ffa626
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cfn/cfn-registry-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Resources:
- Condition: SUCCESS
ContainerName: Nsqadmin_ResolvConf_InitContainer
Essential: true
Image: 997427182289.dkr.ecr.us-east-1.amazonaws.com/docker-hub/aptrust/registry:f721e98-nat-removal
Image: 997427182289.dkr.ecr.us-east-1.amazonaws.com/docker-hub/aptrust/registry:7c2bb05-nat-removal
Secrets:
- Name: APT_ENV
ValueFrom: !Sub 'arn:aws:ssm:us-east-1:997427182289:parameter/${Envn}/REGISTRY/APT_ENV'
Expand Down Expand Up @@ -265,6 +265,8 @@ Resources:
ValueFrom: !Sub 'arn:aws:ssm:us-east-1:997427182289:parameter/${Envn}/REGISTRY/AWS_SES_PWD'
- Name: AWS_SES_USER
ValueFrom: !Sub 'arn:aws:ssm:us-east-1:997427182289:parameter/${Envn}/REGISTRY/AWS_SES_USER'
- Name: BATCH_DELETION_KEY
ValueFrom: !Sub 'arn:aws:ssm:us-east-1:997427182289:parameter/${Envn}/REGISTRY/BATCH_DELETION_KEY'
LinuxParameters: {}
LogConfiguration:
LogDriver: awslogs
Expand Down

0 comments on commit 5ffa626

Please sign in to comment.