We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5f32c commit c8e35e2Copy full SHA for c8e35e2
content/zh/examples/pods/security/seccomp/ga/default-pod.yaml
@@ -1,9 +1,9 @@
1
apiVersion: v1
2
kind: Pod
3
metadata:
4
- name: audit-pod
+ name: default-pod
5
labels:
6
- app: audit-pod
+ app: default-pod
7
spec:
8
securityContext:
9
seccompProfile:
@@ -12,6 +12,6 @@ spec:
12
- name: test-container
13
image: hashicorp/http-echo:0.2.3
14
args:
15
- - "-text=just made some syscalls!"
+ - "-text=just made some more syscalls!"
16
17
allowPrivilegeEscalation: false
0 commit comments