We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6e0cc commit ec8e1caCopy full SHA for ec8e1ca
templates/CloudBench.yaml
@@ -194,7 +194,7 @@ Resources:
194
ValueFrom: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${SysdigSecureEndpointSsm}
195
- Name: SECURE_API_TOKEN
196
ValueFrom: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${SysdigSecureAPITokenSsm}
197
- Image: quay.io/sysdig/cloud-bench:latest
+ Image: sysdiglabs/cloud-bench:latest
198
Essential: true
199
PortMappings:
200
- ContainerPort: 7000
0 commit comments