Files
devcontainer/index.html
T
github-actions[bot] 955f26ab37 Publish chart 2.0.0-dev
2026-02-25 14:01:56 +00:00

12 lines
369 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://cpfarhood.github.io/devcontainer</pre>
<p>Install the chart:</p>
<pre>helm install mydev devcontainer/devcontainer --set name=mydev</pre>
</body>
</html>