Skip to content

Commit

Permalink
test(e2e): fix k8s search pod restart
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Dec 31, 2024
1 parent c9916a3 commit 3c323c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/search-in-default-ns/11-pod-for-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
labels:
name: search-with-pod
spec:
restartPolicy: Never
containers:
- name: pod
image: busybox:stable
Expand Down
1 change: 1 addition & 0 deletions test/e2e/search-in-default-ns/21-pod-with-scope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
labels:
name: search-with-pod-scope
spec:
restartPolicy: Never
containers:
- name: pod
image: busybox:stable
Expand Down

0 comments on commit 3c323c9

Please sign in to comment.