Add index html page
This commit is contained in:
parent
9614b8a332
commit
306b3c6990
1 changed files with 12 additions and 0 deletions
12
index.html
Normal file
12
index.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Argo charts repository</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Argo charts repository</h1>
|
||||||
|
<p>Add this repository</p>
|
||||||
|
<pre>
|
||||||
|
helm repo add argo https://argoproj.github.io/argo-heml
|
||||||
|
</pre>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue