Skip to content

Commit

Permalink
fix images and perms
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Bugwadia <[email protected]>
  • Loading branch information
JimBugwadia committed Aug 28, 2024
1 parent 0e5dd0d commit 432e41e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ spec:
spec:
containers:
- name: bb
image: ghcr.io/kyverno/test-busybox:1.35
image: busybox:1.35
command: ["sleep", "300"]
- name: bb2
image: ghcr.io/kyverno/test-busybox:1.35
image: busybox:1.35
command: ["sleep", "300"]
---
apiVersion: apps/v1
Expand All @@ -70,10 +70,10 @@ spec:
spec:
containers:
- name: bb
image: ghcr.io/kyverno/test-busybox:1.35
image: busybox:1.35
command: ["sleep", "300"]
- name: bb2
image: ghcr.io/kyverno/test-busybox:1.35
image: busybox:1.35
command: ["sleep", "300"]
---
apiVersion: apps/v1
Expand All @@ -96,8 +96,8 @@ spec:
spec:
containers:
- name: bb
image: ghcr.io/kyverno/test-busybox:1.35
image: busybox:1.35
command: ["sleep", "300"]
- name: bb2
image: ghcr.io/kyverno/test-busybox:1.35
image: busybox:1.35
command: ["sleep", "300"]
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ rules:
resources:
- nodes
verbs:
- get
- list
- watch
- update

0 comments on commit 432e41e

Please sign in to comment.