Skip to content

Commit

Permalink
Merge pull request #115 from kravciak/jaeger
Browse files Browse the repository at this point in the history
Remove jaeger bug workaround
  • Loading branch information
kravciak authored Aug 8, 2024
2 parents 94a0c81 + f7a52f7 commit 5fdb637
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/opentelemetry-tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ setup() {
-n jaeger --create-namespace \
--set rbac.clusterRole=true

# workaround for https://github.com/jaegertracing/helm-charts/issues/549
kubectl patch clusterrole jaeger-operator --type='json' \
-p '[{"op": "add", "path": "/rules/-", "value": {"apiGroups": ["networking.k8s.io"], "resources": ["ingressclasses"], "verbs": ["get", "list"]}}]'


kubectl apply -f $RESOURCES_DIR/opentelemetry-jaeger.yaml
wait_pods -n jaeger

Expand Down

0 comments on commit 5fdb637

Please sign in to comment.