File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ main() {
19
19
" *.yaml"
20
20
" *.yml"
21
21
)
22
- prettier --write --loglevel=warn $( git ls-files " ${prettierExts[@]} " )
22
+ prettier --write --loglevel=warn $(
23
+ git ls-files " ${prettierExts[@]} " | grep -v ' helm-chart'
24
+ )
23
25
24
26
doctoc --title ' # FAQ' doc/FAQ.md > /dev/null
25
27
doctoc --title ' # Setup Guide' doc/guide.md > /dev/null
Original file line number Diff line number Diff line change 12
12
- [ macOS] ( #macos )
13
13
- [ Standalone Releases] ( #standalone-releases )
14
14
- [ Docker] ( #docker )
15
+ - [ helm] ( #helm )
15
16
16
17
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
17
18
@@ -192,3 +193,7 @@ Our official image supports `amd64` and `arm64`.
192
193
For ` arm32 ` support there is a popular community maintained alternative:
193
194
194
195
https://hub.docker.com/r/linuxserver/code-server
196
+
197
+ ## helm
198
+
199
+ See [ the chart] ( ../ci/helm-chart ) .
You can’t perform that action at this time.
0 commit comments