Merge pull request #33143 from my-git9/default-pod2

[zh] Sync examples/pods/security/seccomp/ga
pull/33148/head
Kubernetes Prow Robot 2022-04-23 07:01:36 -07:00 committed by GitHub
commit a56eb46c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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