Skip to content

Commit

Permalink
remove patch condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Dec 17, 2024
1 parent c8a324d commit 1a05590
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ runs:
kubectl wait --for=condition=Ready pod --all -n ${{ inputs.sample-app-namespace }}
- name: Patch the Java ADOT image and restart CloudWatch pods
if: ${{ inputs.repository == 'aws-otel-java-instrumentation' }}
shell: bash
run: |
kubectl patch deploy -n amazon-cloudwatch amazon-cloudwatch-observability-controller-manager --type='json' \
Expand Down

0 comments on commit 1a05590

Please sign in to comment.