Merge pull request #33143 from my-git9/default-pod2
[zh] Sync examples/pods/security/seccomp/ga
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: audit-pod
|
name: default-pod
|
||||||
labels:
|
labels:
|
||||||
app: audit-pod
|
app: default-pod
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
@@ -12,6 +12,6 @@ spec:
|
|||||||
- name: test-container
|
- name: test-container
|
||||||
image: hashicorp/http-echo:0.2.3
|
image: hashicorp/http-echo:0.2.3
|
||||||
args:
|
args:
|
||||||
- "-text=just made some syscalls!"
|
- "-text=just made some more syscalls!"
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
Reference in New Issue
Block a user