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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue