Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Apr 10, 2024
1 parent fd7c0e7 commit e256914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/3_policies/ex3-scc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ oc adm policy scc-review -z system:serviceaccount:"$NS":$SA -f $tmp_dir/ubuntu-r
ink "Create pod ubuntu-root"
kubectl-user create -f $tmp_dir/ubuntu-root.yaml

if kubectl-user create -f $tmp_dir/ubuntu-privileged
if kubectl-user create -f $tmp_dir/ubuntu-privileged.yaml
then
ink -r "ERROR: User '$SA' should not be able to create privileged pod"
exit 1
Expand Down

0 comments on commit e256914

Please sign in to comment.