Skip to content

Commit 98ca23f

Browse files
committed
fix
1 parent f102bd8 commit 98ca23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: bash ./scripts/e2e-test.sh
8787
- name: Logs
8888
run: |
89-
kubectl -n k8s-pause-system logs deploy/k8s-pause
89+
kubectl -n k8s-pause-system logs deploy/k8s-pause-controller-manager
9090
- name: Debug failure
9191
if: failure()
9292
run: |

0 commit comments

Comments
 (0)