Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 committed Jan 17, 2025
1 parent ef55e2b commit 05aedef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common_steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check operator becomes ready
run: |
kubectl get po -lapp.kubernetes.io/name=operator -o=name | xargs -n 1 kubectl wait --for=condition=Ready --timeout=2m
kubectl get po -lapp.kubernetes.io/name=operator
kubectl get po -lapp.kubernetes.io/name=operator | grep "operator"
- name: check instrumentation
run: |
kubectl get instrumentations.opentelemetry.io | grep "splunk-otel-collector"

0 comments on commit 05aedef

Please sign in to comment.