diff --git a/content/en/examples/pods/security/security-context-3.yaml b/content/en/examples/pods/security/security-context-3.yaml index d68b2a783e..926846081f 100644 --- a/content/en/examples/pods/security/security-context-3.yaml +++ b/content/en/examples/pods/security/security-context-3.yaml @@ -5,4 +5,4 @@ metadata: spec: containers: - name: sec-ctx-3 - image: gcr.io/google-samples/node-hello:1.0 + image: gcr.io/google-samples/node-hello:1.0 \ No newline at end of file diff --git a/content/zh/examples/pods/security/security-context-3.yaml b/content/zh/examples/pods/security/security-context-3.yaml index 05295e1a03..926846081f 100644 --- a/content/zh/examples/pods/security/security-context-3.yaml +++ b/content/zh/examples/pods/security/security-context-3.yaml @@ -5,7 +5,4 @@ metadata: spec: containers: - name: sec-ctx-3 - image: gcr.io/google-samples/node-hello:1.0 - - - + image: gcr.io/google-samples/node-hello:1.0 \ No newline at end of file