From a1c9c4baee60bf3e38f523f5c3764ef7efd5af76 Mon Sep 17 00:00:00 2001 From: caodonghui Date: Mon, 1 Feb 2021 10:27:10 +0800 Subject: [PATCH] fix issue --- content/zh/examples/pods/init-containers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/examples/pods/init-containers.yaml b/content/zh/examples/pods/init-containers.yaml index 35c393d7c7..667b03eccd 100644 --- a/content/zh/examples/pods/init-containers.yaml +++ b/content/zh/examples/pods/init-containers.yaml @@ -19,7 +19,7 @@ spec: - wget - "-O" - "/work-dir/index.html" - - http://kubernetes.io + - http://info.cern.ch volumeMounts: - name: workdir mountPath: "/work-dir"