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 a801094 commit cc5b831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apm-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ 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 = "${{ inputs.apm-cwagent-operator-image-name }}"' apm.yaml
run: yq -i '.spec.template.spec.containers.[].image = "506463145083.dkr.ecr.us-west-2.amazonaws.com/cwagent-operator-release:latest"' 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 cc5b831

Please sign in to comment.