Skip to content

Commit 9af3671

Browse files
committed
helm: Add link in install.md
1 parent 248c2ad commit 9af3671

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ci/dev/fmt.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ main() {
1919
"*.yaml"
2020
"*.yml"
2121
)
22-
prettier --write --loglevel=warn $(git ls-files "${prettierExts[@]}")
22+
prettier --write --loglevel=warn $(
23+
git ls-files "${prettierExts[@]}" | grep -v 'helm-chart'
24+
)
2325

2426
doctoc --title '# FAQ' doc/FAQ.md > /dev/null
2527
doctoc --title '# Setup Guide' doc/guide.md > /dev/null

doc/install.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [macOS](#macos)
1313
- [Standalone Releases](#standalone-releases)
1414
- [Docker](#docker)
15+
- [helm](#helm)
1516

1617
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1718

@@ -192,3 +193,7 @@ Our official image supports `amd64` and `arm64`.
192193
For `arm32` support there is a popular community maintained alternative:
193194

194195
https://hub.docker.com/r/linuxserver/code-server
196+
197+
## helm
198+
199+
See [the chart](../ci/helm-chart).

0 commit comments

Comments
 (0)