Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 16, 2024
1 parent 3dd221f commit 68a58d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions labs/3_policies/ex3-prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
spec:
containers:
- name: ubuntu
image: ubuntu:latest
image: ubuntu:22.04
command: ["sleep", "infinity"]
securityContext:
runAsUser: 0
Expand All @@ -31,7 +31,7 @@ metadata:
spec:
containers:
- name: ubuntu
image: ubuntu:latest
image: ubuntu:22.04
command: ["sleep", "infinity"]
EOF

Expand All @@ -45,7 +45,7 @@ metadata:
spec:
containers:
- name: ubuntu
image: ubuntu:latest
image: ubuntu:22.04
command: ["sleep", "infinity"]
securityContext:
privileged: true
Expand Down

0 comments on commit 68a58d2

Please sign in to comment.