[zh] Sync examples/pods/security/seccomp/ga

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li
2022-04-23 21:35:41 +08:00
parent ba5f32cc4c
commit c8e35e23f0
@@ -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