Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Sep 6, 2023
1 parent 99f47f6 commit 920340a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/apm-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ jobs:
run: aws s3 cp s3://apm-private-beta/onboarding.zip . && unzip -j onboarding.zip

- name: Set the CW Agent Operator image in the manifest
run: yq -i '.spec.template.spec.containers.[].image = \"506463145083.dkr.ecr.us-west-2.amazonaws.com/cwagent-operator-release:latest\"' apm.yaml
run: |
cat apm.yaml
yq -i '.spec.template.spec.containers.[].image = "506463145083.dkr.ecr.us-west-2.amazonaws.com/cwagent-operator-release:latest"' apm.yaml
cat apm.yaml
- name: Change OTEL_TRACES_SAMPLER to always_on
run: "sed -i 's#parentbased_traceidratio#always_on#g' instrumentation.yaml"
Expand Down

0 comments on commit 920340a

Please sign in to comment.