13 lines
245 B
HTML
13 lines
245 B
HTML
|
<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>
|