From 3bc7711a148e93b3323cfbfc4c0085e06349b856 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Thu, 8 Apr 2021 17:52:33 -0500 Subject: [PATCH 1/2] add link to README with helm values --- setup/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/installation.md b/setup/installation.md index 850767d01..32a6d45ed 100644 --- a/setup/installation.md +++ b/setup/installation.md @@ -62,6 +62,8 @@ kubectl config set-context --current --namespace=coder you are _not_ modifying, otherwise the contents of `values.yaml` will override those in the default chart. + > [View the configuration options available in the `values.yaml` file here](https://github.com/cdr/enterprise-helm#coder-helm) + c. Upgrade/install your Coder deployment with the updated helm chart (be sure to replace the placeholder value with your Coder version): `helm upgrade coder coder/coder -n coder --version= -f values.yaml`. From fcd61e8d794d08c82f9ad68e6d7f8387b08c4cf0 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 9 Apr 2021 09:54:59 -0500 Subject: [PATCH 2/2] Update installation.md --- setup/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installation.md b/setup/installation.md index 32a6d45ed..569056480 100644 --- a/setup/installation.md +++ b/setup/installation.md @@ -62,7 +62,7 @@ kubectl config set-context --current --namespace=coder you are _not_ modifying, otherwise the contents of `values.yaml` will override those in the default chart. - > [View the configuration options available in the `values.yaml` file here](https://github.com/cdr/enterprise-helm#coder-helm) + > View the [configuration options available in the `values.yaml` file.](https://github.com/cdr/enterprise-helm#values) c. Upgrade/install your Coder deployment with the updated helm chart (be sure to replace the placeholder value with your Coder version):