Skip to content

Commit c8e35e2

Browse files
committed
[zh] Sync examples/pods/security/seccomp/ga
Signed-off-by: xin.li <[email protected]>
1 parent ba5f32c commit c8e35e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v1
22
kind: Pod
33
metadata:
4-
name: audit-pod
4+
name: default-pod
55
labels:
6-
app: audit-pod
6+
app: default-pod
77
spec:
88
securityContext:
99
seccompProfile:
@@ -12,6 +12,6 @@ spec:
1212
- name: test-container
1313
image: hashicorp/http-echo:0.2.3
1414
args:
15-
- "-text=just made some syscalls!"
15+
- "-text=just made some more syscalls!"
1616
securityContext:
1717
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)