12 lines
373 B
HTML
12 lines
373 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><title>Dev Container Helm Chart Repository</title></head>
|
|
<body>
|
|
<h1>Dev Container Helm Chart Repository</h1>
|
|
<p>Add this repository to Helm:</p>
|
|
<pre>helm repo add devcontainer https://farhoodliquor.github.io/devcontainer</pre>
|
|
<p>Install the chart:</p>
|
|
<pre>helm install mydev devcontainer/devcontainer --set name=mydev</pre>
|
|
</body>
|
|
</html>
|