-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
58 lines (51 loc) · 1.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>Helm Charts</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.10.0/github-markdown.min.css" />
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
</head>
<body>
<section class="markdown-body">
<h1>Helm Charts</h1>
<h2>Usage</h2>
<pre lang="no-highlight"><code>
helm repo add haproxy-operator https://six-group.github.io/haproxy-operator
</code></pre>
<h2>Charts</h2>
<ul>
<li>
<p>
haproxy-operator
(<a href="https://github.com/six-group/haproxy-operator/releases/download/haproxy-operator-1.0.2/haproxy-operator-1.0.2.tgz" title="https://github.com/six-group/haproxy-operator/releases/download/haproxy-operator-1.0.2/haproxy-operator-1.0.2.tgz">
1.0.2
@
v1.0.2
</a>)
</p>
<p>
Install HAProxy Operator
</p>
</li>
</ul>
<p>
<time datetime="2024-01-03T09:03:59" pubdate id="generated">Wed Jan 3 2024 09:03:59AM UTC+00:00</time>
</p>
</section>
</body>
</html>