Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ad3a370

Browse files
committed
helm: Add link in install.md
1 parent bd43ca4 commit ad3a370

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎ci/dev/fmt.sh‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ 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[@]}" |
24+
grep -v 'helm-chart'
25+
)
2326

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

‎doc/install.md‎

Lines changed: 5 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /