From ff88447164441e103364df45ddba15e97e8d4cd0 Mon Sep 17 00:00:00 2001 From: Ryuichi Takei <97933671+takei-ryuichi@users.noreply.github.com> Date: Sat, 21 Sep 2024 10:18:37 +0900 Subject: [PATCH] Update handson-init.yaml CNDS2024 > CNDW2024 --- chapter_kubernetes/manifest/handson-init.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter_kubernetes/manifest/handson-init.yaml b/chapter_kubernetes/manifest/handson-init.yaml index f3c09a63..2f693217 100644 --- a/chapter_kubernetes/manifest/handson-init.yaml +++ b/chapter_kubernetes/manifest/handson-init.yaml @@ -18,7 +18,7 @@ spec: initContainers: - name: init-con image: busybox - command: ['sh', '-c', 'echo "CNDS2024!!" > /tmp/web-content/index.html'] + command: ['sh', '-c', 'echo "CNDW2024!!" > /tmp/web-content/index.html'] volumeMounts: - name: web-content mountPath: /tmp/web-content