lab1: correct configmap
This commit is contained in:
parent
8a6c8e59ae
commit
101ee088b0
1 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue