Expand on runtime default part of seccomp tutorial

This commit is contained in:
Tim Bannister
2021-10-16 13:01:36 +01:00
parent bb634e6db9
commit 97a7bbcea8
2 changed files with 34 additions and 8 deletions
@@ -1,9 +1,9 @@
apiVersion: v1
kind: Pod
metadata:
name: audit-pod
name: default-pod
labels:
app: audit-pod
app: default-pod
spec:
securityContext:
seccompProfile:
@@ -12,6 +12,6 @@ spec:
- name: test-container
image: hashicorp/http-echo:0.2.3
args:
- "-text=just made some syscalls!"
- "-text=just made some more syscalls!"
securityContext:
allowPrivilegeEscalation: false