lab1: correct configmap

This commit is contained in:
Cedric Girard 2020-01-08 15:21:31 +01:00
parent 8a6c8e59ae
commit 101ee088b0

View file

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