Update 'k8s-ubuntu-privileged.yaml'
This commit is contained in:
@@ -15,6 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: ubuntu
|
||||
image: ubuntu
|
||||
command: ["sleep infinity"]
|
||||
command: ["/usr/bin/sleep"]
|
||||
args: ["infinity"]
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
||||
Reference in New Issue
Block a user