Skip to content

Commit

Permalink
Update handson-init.yaml
Browse files Browse the repository at this point in the history
CNDS2024 > CNDW2024
  • Loading branch information
takei-ryuichi authored Sep 21, 2024
1 parent fd09267 commit ff88447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_kubernetes/manifest/handson-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff88447

Please sign in to comment.