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 e00d33c commit 34bc9a0Copy full SHA for 34bc9a0
.github/workflows/e2e-test.yml
@@ -193,6 +193,7 @@ jobs:
193
cloudwatch_agent_operator_repository: ${{ needs.OutputEnvVariables.outputs.ECR_OPERATOR_REPO }}
194
cloudwatch_agent_operator_tag: ${{ needs.GetLatestOperatorCommitSHA.outputs.operator_commit_sha }}
195
region: ${{ inputs.region || 'us-west-2' }}
196
+ agent_config: resources/cwagent_configs/jvm_tomcat.json
197
helm_charts_branch: ${{ inputs.helm-charts-branch || 'main' }}
198
terraform_assume_role: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE }}
199
secrets: inherit
0 commit comments