File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
block-pod-exec-by-namespace-label/.chainsaw-test
label-nodes-cri/.chainsaw-test Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ spec:
44
44
spec :
45
45
containers :
46
46
- name : bb
47
- image : ghcr.io/kyverno/test- busybox:1.35
47
+ image : busybox:1.35
48
48
command : ["sleep", "300"]
49
49
- name : bb2
50
- image : ghcr.io/kyverno/test- busybox:1.35
50
+ image : busybox:1.35
51
51
command : ["sleep", "300"]
52
52
---
53
53
apiVersion : apps/v1
@@ -70,10 +70,10 @@ spec:
70
70
spec :
71
71
containers :
72
72
- name : bb
73
- image : ghcr.io/kyverno/test- busybox:1.35
73
+ image : busybox:1.35
74
74
command : ["sleep", "300"]
75
75
- name : bb2
76
- image : ghcr.io/kyverno/test- busybox:1.35
76
+ image : busybox:1.35
77
77
command : ["sleep", "300"]
78
78
---
79
79
apiVersion : apps/v1
96
96
spec :
97
97
containers :
98
98
- name : bb
99
- image : ghcr.io/kyverno/test- busybox:1.35
99
+ image : busybox:1.35
100
100
command : ["sleep", "300"]
101
101
- name : bb2
102
- image : ghcr.io/kyverno/test- busybox:1.35
102
+ image : busybox:1.35
103
103
command : ["sleep", "300"]
Original file line number Diff line number Diff line change 12
12
resources :
13
13
- nodes
14
14
verbs :
15
+ - get
16
+ - list
17
+ - watch
15
18
- update
You can’t perform that action at this time.
0 commit comments