From c8e35e23f0b33a9ae94d53ac66c53d29c5bdc5e2 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Sat, 23 Apr 2022 21:35:41 +0800 Subject: [PATCH] [zh] Sync examples/pods/security/seccomp/ga Signed-off-by: xin.li --- .../zh/examples/pods/security/seccomp/ga/default-pod.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/zh/examples/pods/security/seccomp/ga/default-pod.yaml b/content/zh/examples/pods/security/seccomp/ga/default-pod.yaml index fbeec4c167..b884ec5924 100644 --- a/content/zh/examples/pods/security/seccomp/ga/default-pod.yaml +++ b/content/zh/examples/pods/security/seccomp/ga/default-pod.yaml @@ -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 \ No newline at end of file