File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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`.
192193For ` arm32 ` support there is a popular community maintained alternative:
193194
194195https://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