lab1: correct configmap

This commit is contained in:
Cedric Girard 2020-01-08 15:21:31 +01:00
parent 8a6c8e59ae
commit 101ee088b0
1 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,8 @@ metadata:
name: nginx-webpage
data:
index.html: |
<body>
<h1>Hello World !</h1>
</body>
<body>
<h1>Hello World !</h1>
</body>
# vim: set ts=2 sw=2 et: