Skip to content

Commit a9b1c0a

Browse files
author
Leonid Podolinskiy
committed
replace busybox in test deployment (root user)
1 parent 85a66f9 commit a9b1c0a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/deployment.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ spec:
2828
seccompProfile:
2929
type: RuntimeDefault
3030
# Second container will be not patched, as not mentioned in the custom resource
31-
- name: busybox
32-
image: busybox
33-
command: ["/bin/sh", "-c", "--"]
34-
args: ["while true; do sleep 30; done;"]
31+
- name: non-patched-app
32+
image: lightruncom/operator-demo-app
3533
securityContext:
3634
allowPrivilegeEscalation: false
3735
capabilities:

0 commit comments

Comments
 (0)