Skip to content

Commit c6eff5e

Browse files
Add index.html to GH pages
1 parent 1b7bbb6 commit c6eff5e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
5+
<title>Signadot Helm Charts</title>
6+
</head>
7+
<body>
8+
9+
<h1 id="signadot-charts">Signadot Operator Helm Charts</h1>
10+
11+
<a href="https://www.signadot.com/docs/concepts/architecture/operator">Signadot Operator</a> is the in-cluster component of the Signadot Platform.
12+
13+
<h2 id="tldr">TL;DR</h2>
14+
15+
<code>
16+
# Create signadot namespace<br />
17+
$ kubectl create ns signadot<br /><br />
18+
19+
# Install<br />
20+
$ helm repo add signadot https://charts.signadot.com<br />
21+
$ helm install signadot-operator signadot/operator
22+
</code>
23+
24+
<p>For more information, please refer to the <a href="https://github.com/signadot/charts/tree/main/signadot/operator">Signadot Operator charts project on GitHub</a>.</p>
25+
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)