From 9af3671c05c1f229f90f5c1170f08a4e21cc5b61 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Fri, 13 Nov 2020 17:32:14 -0500 Subject: [PATCH] helm: Add link in install.md --- ci/dev/fmt.sh | 4 +++- doc/install.md | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ci/dev/fmt.sh b/ci/dev/fmt.sh index 47911aad..ce9d7518 100755 --- a/ci/dev/fmt.sh +++ b/ci/dev/fmt.sh @@ -19,7 +19,9 @@ main() { "*.yaml" "*.yml" ) - prettier --write --loglevel=warn $(git ls-files "${prettierExts[@]}") + prettier --write --loglevel=warn $( + git ls-files "${prettierExts[@]}" | grep -v 'helm-chart' + ) doctoc --title '# FAQ' doc/FAQ.md > /dev/null doctoc --title '# Setup Guide' doc/guide.md > /dev/null diff --git a/doc/install.md b/doc/install.md index c33299cf..90a14dfd 100644 --- a/doc/install.md +++ b/doc/install.md @@ -12,6 +12,7 @@ - [macOS](#macos) - [Standalone Releases](#standalone-releases) - [Docker](#docker) +- [helm](#helm) @@ -192,3 +193,7 @@ Our official image supports `amd64` and `arm64`. For `arm32` support there is a popular community maintained alternative: https://hub.docker.com/r/linuxserver/code-server + +## helm + +See [the chart](../ci/helm-chart).